We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9196656 commit d27e20cCopy full SHA for d27e20c
docs/latest/concepts/index.md
@@ -16,7 +16,7 @@ Here is an overview of the basic concepts in Fresh:
16
- [**App**](/docs/concepts/app) - Holds all the information about your app, like
17
routes, etc
18
- [**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
+ a `Response`. Used to set headers, or pass state to other middlewares. When a
20
middleware doesn't call the next one and returns a response, it's usually
21
called a "handler".
22
- [**Context**](/docs/concepts/context) - Passed through every middleware. Use
0 commit comments