Fix typo in Docker Links chapter of User Guide
| ... | ... |
@@ -195,7 +195,7 @@ port. Where `<name>` is the alias name specified in the `--link` parameter |
| 195 | 195 |
is either `TCP` or `UDP`. The format of the URL will be: |
| 196 | 196 |
`<protocol>://<container_ip_address>:<port>` |
| 197 | 197 |
(e.g. `tcp://172.17.0.82:8080`). This URL will then be |
| 198 |
-split into the following 3 environment variables for convinience: |
|
| 198 |
+split into the following 3 environment variables for convenience: |
|
| 199 | 199 |
* `<name>_PORT_<port>_<protocol>_ADDR` will contain just the IP address |
| 200 | 200 |
from the URL (e.g. `WEBDB_PORT_8080_TCP_ADDR=172.17.0.82`). |
| 201 | 201 |
* `<name>_PORT_<port>_<protocol>_PORT` will contain just the port number |