Skip to content

Commit 1b8766d

Browse files
authored
fix typo in groups.md documentation (#995)
1 parent 99e60fd commit 1b8766d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/features/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ grp := huma.NewGroup(api)
4747
grp.UseModifier(huma.PrefixModifier("/prefix1", "/prefix2", "..."))
4848
```
4949

50-
The built-in [`huma.PrefixModifier`](https://pkg.go.dev/github.com/danielgtaylor/huma/v2#PrefixModifier) will adjust the operation's ID and tags when more than one prefix is used. If you with to customize this behavior, you can write your own operation modifier.
50+
The built-in [`huma.PrefixModifier`](https://pkg.go.dev/github.com/danielgtaylor/huma/v2#PrefixModifier) will adjust the operation's ID and tags when more than one prefix is used. If you wish to customize this behavior, you can write your own operation modifier.
5151

5252
## Middleware
5353

0 commit comments

Comments
 (0)