fix typo
Signed-off-by: mqliang <mqliang.zju@gmail.com>
| ... | ... |
@@ -392,7 +392,7 @@ out-of-the-box. This support is accomplished with the help of `libnetwork`, a |
| 392 | 392 |
built-in VXLAN-based overlay network driver, and Docker's `libkv` library. |
| 393 | 393 |
|
| 394 | 394 |
The `overlay` network requires a valid key-value store service. Currently, |
| 395 |
-Docker's supports Consul, Etcd, and ZooKeeper (Distributed store). Before |
|
| 395 |
+Docker's `libkv` supports Consul, Etcd, and ZooKeeper (Distributed store). Before |
|
| 396 | 396 |
creating a network you must install and configure your chosen key-value store |
| 397 | 397 |
service. The Docker hosts that you intend to network and the service must be |
| 398 | 398 |
able to communicate. |