Skip to content

Commit

Permalink
Merge pull request #85 from sdil/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
danielgtaylor authored Jan 5, 2023
2 parents 206ca7e + 88fd57f commit bae3143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ If you want your resources to automatically fill in params, such as an item's ID
app.Resource("/notes").Get("list-notes", "docs",
responses.OK().Headers("Link").Model([]NoteSummary{}),
).Run(func(ctx huma.Context, input struct {
Cursor string `query:"cursor" doc:"Paginatoin cursor"`
Cursor string `query:"cursor" doc:"Pagination cursor"`
Limit int `query:"limit" doc:"Number of items to return"`
}) {
// Handler implementation goes here...
Expand Down

0 comments on commit bae3143

Please sign in to comment.