Skip to content

Commit d27e20c

Browse files
authored
docs: fix spelling error in index.md (#3658)
Corrected the spelling of 'middelwares' to 'middlewares'.
1 parent 9196656 commit d27e20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/latest/concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here is an overview of the basic concepts in Fresh:
1616
- [**App**](/docs/concepts/app) - Holds all the information about your app, like
1717
routes, etc
1818
- [**Middleware**](/docs/concepts/middleware) - Respond to a request and return
19-
a `Response`. Used to set headers, or pass state to other middelwares. When a
19+
a `Response`. Used to set headers, or pass state to other middlewares. When a
2020
middleware doesn't call the next one and returns a response, it's usually
2121
called a "handler".
2222
- [**Context**](/docs/concepts/context) - Passed through every middleware. Use

0 commit comments

Comments
 (0)