1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #18739 from wenchma/typo

Fix typo error and update index
This commit is contained in:
Sebastiaan van Stijn 2015-12-17 15:43:14 +01:00
commit 742fd4fa63
2 changed files with 2 additions and 1 deletions

View file

@ -18,4 +18,5 @@ Currently, you can extend Docker by adding a plugin. This section contains the f
* [Understand Docker plugins](plugins.md)
* [Write a volume plugin](plugins_volume.md)
* [Write a network plugin](plugins_network.md)
* [Write an authorization plugin](authorization.md)
* [Docker plugin API](plugin_api.md)

View file

@ -51,7 +51,7 @@ documented as part of libnetwork:
# Related Information
To interact with the Docker maintainers and other interested users, se the IRC channel `#docker-network`.
To interact with the Docker maintainers and other interested users, see the IRC channel `#docker-network`.
- [Docker networks feature overview](../userguide/networking/index.md)
- The [LibNetwork](https://github.com/docker/libnetwork) project