Skip to content

Commit 5ade80d

Browse files
committed
Fix typo
1 parent cf4f122 commit 5ade80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ChunkResponse/ChunkResponse.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void setup() {
9494
// first time: serves the file and cache headers
9595
// curl -N -v http://192.168.4.1/ --output -
9696
//
97-
// secodn time: serves 304
97+
// second time: serves 304
9898
// curl -N -v -H "if-none-match: 4272" http://192.168.4.1/ --output -
9999
//
100100
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request) {

0 commit comments

Comments
 (0)