소스 검색

Merge pull request #18739 from wenchma/typo

Fix typo error and update index
Sebastiaan van Stijn 9 년 전
부모
커밋
742fd4fa63
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      docs/extend/index.md
  2. 1 1
      docs/extend/plugins_network.md

+ 1 - 0
docs/extend/index.md

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

+ 1 - 1
docs/extend/plugins_network.md

@@ -51,7 +51,7 @@ documented as part of libnetwork:
 
 
 # Related Information
 # 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)
 -  [Docker networks feature overview](../userguide/networking/index.md)
 -  The [LibNetwork](https://github.com/docker/libnetwork) project
 -  The [LibNetwork](https://github.com/docker/libnetwork) project