Skip to content

Commit

Permalink
Fix typo in the remove network api doc
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Paul Holzinger committed Sep 7, 2020
1 parent 5b8f3f2 commit ce7d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/server/register_networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (s *APIServer) registerNetworkHandlers(r *mux.Router) error {
// required: true
// description: the name of the network
// - in: query
// name: Force
// name: force
// type: boolean
// description: remove containers associated with network
// produces:
Expand Down

0 comments on commit ce7d2bb

Please sign in to comment.