Skip to content

Commit cd3194d

Browse files
Merge pull request #64 from ESP32Async/fixes/spelling
fix typo
2 parents 7a42cb2 + fc97ece commit cd3194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESPAsyncWebServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ class AsyncWebHandler : public AsyncMiddlewareChain {
949949
_skipServerMiddlewares = state;
950950
return *this;
951951
}
952-
// skip all glboally defined server middlewares for this handler and only execute those defined for this handler specifically
952+
// skip all globally defined server middlewares for this handler and only execute those defined for this handler specifically
953953
AsyncWebHandler &skipServerMiddlewares() {
954954
return setSkipServerMiddlewares(true);
955955
}

0 commit comments

Comments
 (0)