From 932cc230814ba642c493c77d05932f63c0ef3e7f Mon Sep 17 00:00:00 2001 From: Andrey Stolbovsky Date: Sun, 9 Nov 2014 23:23:45 +0300 Subject: [PATCH] Fix typo in Docker Links chapter of User Guide --- docs/sources/userguide/dockerlinks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockerlinks.md b/docs/sources/userguide/dockerlinks.md index fa665b7266..e2228cef00 100644 --- a/docs/sources/userguide/dockerlinks.md +++ b/docs/sources/userguide/dockerlinks.md @@ -195,7 +195,7 @@ port. Where `` is the alias name specified in the `--link` parameter is either `TCP` or `UDP`. The format of the URL will be: `://:` (e.g. `tcp://172.17.0.82:8080`). This URL will then be -split into the following 3 environment variables for convinience: +split into the following 3 environment variables for convenience: * `_PORT___ADDR` will contain just the IP address from the URL (e.g. `WEBDB_PORT_8080_TCP_ADDR=172.17.0.82`). * `_PORT___PORT` will contain just the port number