소스 검색

Merge pull request #1105 from bearice/patch-1

typo fix
Chun Chen 9 년 전
부모
커밋
2a60c9f3d4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      libnetwork/docs/ipam.md

+ 2 - 2
libnetwork/docs/ipam.md

@@ -226,7 +226,7 @@ Where:
 
 This API is for releasing an IP address.
 
-For this API, the remote driver will receive a POST message to the URL `/IpamDriver.RleaseAddress` with the following payload:
+For this API, the remote driver will receive a POST message to the URL `/IpamDriver.ReleaseAddress` with the following payload:
 
     {
 		"PoolID": string
@@ -266,4 +266,4 @@ If true, on `CreateEndpoint()` request, libnetwork will generate a random MAC ad
 
 ## Appendix
 
-A Go extension for the IPAM remote API is available at [docker/go-plugins-helpers/ipam](https://github.com/docker/go-plugins-helpers/tree/master/ipam)
+A Go extension for the IPAM remote API is available at [docker/go-plugins-helpers/ipam](https://github.com/docker/go-plugins-helpers/tree/master/ipam)