Skip to content

Commit 431ced5

Browse files
authored
fix: typo in Update guard.md
update "groupped" to "grouped"
1 parent 4b5dcd5 commit 431ced5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/guard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ app.guard({
5555
)
5656
```
5757
58-
# Groupped Guard
58+
# Grouped Guard
5959
You can create group with a guard scope by adding a guard api in the second parameter, instead of nesting group and guard together.
6060
6161
```ts

0 commit comments

Comments
 (0)