Skip to content

Commit

Permalink
Merge pull request containers#12754 from dwmarshall/fix-typos
Browse files Browse the repository at this point in the history
[CI:DOCS] correct typo words in docs
  • Loading branch information
openshift-merge-robot authored Jan 6, 2022
2 parents d67f178 + 6809237 commit 8d5d0e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/api/server/register_networks.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (s *APIServer) registerNetworkHandlers(r *mux.Router) error {
// parameters:
// - in: body
// name: create
// description: attributes for creating a container
// description: attributes for creating a network
// schema:
// $ref: "#/definitions/NetworkCreateRequest"
// responses:
Expand Down Expand Up @@ -312,7 +312,7 @@ func (s *APIServer) registerNetworkHandlers(r *mux.Router) error {
// parameters:
// - in: body
// name: create
// description: attributes for creating a container
// description: attributes for creating a network
// schema:
// $ref: "#/definitions/NetworkCreateLibpod"
// responses:
Expand Down
4 changes: 2 additions & 2 deletions pkg/api/server/register_volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func (s *APIServer) registerVolumeHandlers(r *mux.Router) error {
// parameters:
// - in: body
// name: create
// description: attributes for creating a container
// description: attributes for creating a volume
// schema:
// $ref: "#/definitions/VolumeCreate"
// produces:
Expand Down Expand Up @@ -188,7 +188,7 @@ func (s *APIServer) registerVolumeHandlers(r *mux.Router) error {
// - in: body
// name: create
// description: |
// attributes for creating a container.
// attributes for creating a volume.
// Note: If a volume by the same name exists, a 201 response with that volume's information will be generated.
// schema:
// $ref: "#/definitions/DockerVolumeCreate"
Expand Down

0 comments on commit 8d5d0e7

Please sign in to comment.