Skip to content

Commit 6f2a42b

Browse files
Merge pull request #746 from shadow3x3x3/fix-doc-groups-typo
docs: fix typo in groups
2 parents a90a42c + bc95732 commit 6f2a42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/features/groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ grp.UseModifier(func(op *huma.Operation, next func(*huma.Operation)) {
7575
There is also a simplified form you can use:
7676

7777
```go
78-
grp.UseSimpleModifier(func(op *huma.Operation)) {
78+
grp.UseSimpleModifier(func(op *huma.Operation) {
7979
op.Summary = "A summary for all operations in this group"
8080
op.Tags = []string{"my-tag"}
8181
})

0 commit comments

Comments
 (0)