We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca28ac7 commit 5a5c764Copy full SHA for 5a5c764
docs/concept/schema.md
@@ -25,7 +25,7 @@ The schema consists of:
25
- params - validate path parameters.
26
- header - validate request's headers.
27
- response - validate response type.
28
-- detail - Explicitly define what can route does, see ([creating documentation](/patterns/creating-documentation)) for more explanation.
+- detail - Explicitly define what a route can do, see ([creating documentation](/patterns/creating-documentation)) for more explanation.
29
30
Schema is defined as:
31
- Locally: in a handler
0 commit comments