Browse code

Fixed typo in docs/api/version-history.md

Signed-off-by: Ti Zhou <tizhou1986@gmail.com>

Ti Zhou authored on 2017/08/22 17:47:08
Showing 1 changed files
... ...
@@ -70,8 +70,8 @@ keywords: "API, Docker, rcli, REST, documentation"
70 70
 * `POST /containers/(name)/wait` now accepts a `condition` query parameter to indicate which state change condition to wait for. Also, response headers are now returned immediately to acknowledge that the server has registered a wait callback for the client.
71 71
 * `POST /swarm/init` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic
72 72
 * `POST /swarm/join` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic
73
-* `GET /events` now supports service, node and secret events which are emmited when users create, update and remove service, node and secret 
74
-* `GET /events` now supports network remove event which is emmitted when users remove a swarm scoped network
73
+* `GET /events` now supports service, node and secret events which are emitted when users create, update and remove service, node and secret 
74
+* `GET /events` now supports network remove event which is emitted when users remove a swarm scoped network
75 75
 * `GET /events` now supports a filter type `scope` in which supported value could be swarm and local
76 76
 
77 77
 ## v1.29 API changes