Skip to content

Commit 0a94d85

Browse files
committed
docs: fix typo in "network create" docs
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4dd5c23 commit 0a94d85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/commandline/network_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ to access the network stack of a swarm service.
6161

6262
The `--attachable` option used in the example above disables this restriction,
6363
and allows for both swarm services and manually started containers to attach to
64-
the oerlay network.
64+
the overlay network.
6565

6666
Network names must be unique. The Docker daemon attempts to identify naming
6767
conflicts but this is not guaranteed. It is the user's responsibility to avoid

man/src/network/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to access the network stack of a swarm service.
3030

3131
The `--attachable` option used in the example above disables this restriction,
3232
and allows for both swarm services and manually started containers to attach to
33-
the oerlay network.
33+
the overlay network.
3434

3535
Network names must be unique. The Docker daemon attempts to identify naming
3636
conflicts but this is not guaranteed. It is the user's responsibility to avoid

0 commit comments

Comments
 (0)