Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored Feb 6, 2025
1 parent 7a42cb2 commit fc97ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESPAsyncWebServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ class AsyncWebHandler : public AsyncMiddlewareChain {
_skipServerMiddlewares = state;
return *this;
}
// skip all glboally defined server middlewares for this handler and only execute those defined for this handler specifically
// skip all globally defined server middlewares for this handler and only execute those defined for this handler specifically
AsyncWebHandler &skipServerMiddlewares() {
return setSkipServerMiddlewares(true);
}
Expand Down

0 comments on commit fc97ece

Please sign in to comment.