mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
API: fix typos in swagger
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8891c58a43
commit
f47b27e590
1 changed files with 2 additions and 2 deletions
|
@ -1274,7 +1274,7 @@ definitions:
|
||||||
type: "object"
|
type: "object"
|
||||||
properties:
|
properties:
|
||||||
Bridge:
|
Bridge:
|
||||||
description: Name of the network'a bridge (for example, `docker0`).
|
description: Name of the network's bridge (for example, `docker0`).
|
||||||
type: "string"
|
type: "string"
|
||||||
example: "docker0"
|
example: "docker0"
|
||||||
SandboxID:
|
SandboxID:
|
||||||
|
@ -10050,7 +10050,7 @@ paths:
|
||||||
description: |
|
description: |
|
||||||
Address or interface to use for data path traffic (format:
|
Address or interface to use for data path traffic (format:
|
||||||
`<ip|interface>`), for example, `192.168.1.1`, or an interface,
|
`<ip|interface>`), for example, `192.168.1.1`, or an interface,
|
||||||
like `eth0`. If `DataPathAddr` is unspecified, the same addres
|
like `eth0`. If `DataPathAddr` is unspecified, the same address
|
||||||
as `AdvertiseAddr` is used.
|
as `AdvertiseAddr` is used.
|
||||||
|
|
||||||
The `DataPathAddr` specifies the address that global scope
|
The `DataPathAddr` specifies the address that global scope
|
||||||
|
|
Loading…
Add table
Reference in a new issue