Skip to content

Commit

Permalink
doc: sync'ed doc source with website
Browse files Browse the repository at this point in the history
A few typos have been fixed directly by patching the generated html in
go-swagger/go-swagger.github.io.

This PR resyncs the original source markdown.

Signed-off-by: Frederic BIDON <[email protected]>
  • Loading branch information
fredbi committed Mar 4, 2024
1 parent 650c586 commit 7350b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/use/spec/route.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func ServeAPI(host, basePath string, schemes []string) error {
// Parameters:
// + name: limit
// in: query
// description: maximum umber of results to return
// description: maximum number of results to return
// required: false
// type: integer
// format: int32
Expand Down Expand Up @@ -112,7 +112,7 @@ paths:
- write
parameters:
description: maximum number of results to return
format: int43
format: int32
in: query
name: limit
type: integer
Expand Down

0 comments on commit 7350b8d

Please sign in to comment.