Skip to content

Commit 5a5c764

Browse files
authored
Update schema.md
Update grammar
1 parent ca28ac7 commit 5a5c764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The schema consists of:
2525
- params - validate path parameters.
2626
- header - validate request's headers.
2727
- response - validate response type.
28-
- detail - Explicitly define what can route does, see ([creating documentation](/patterns/creating-documentation)) for more explanation.
28+
- detail - Explicitly define what a route can do, see ([creating documentation](/patterns/creating-documentation)) for more explanation.
2929

3030
Schema is defined as:
3131
- Locally: in a handler

0 commit comments

Comments
 (0)