From 81cddaaa7ddd09cd928529e988df28d17a180203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mert=20Yaz=C4=B1c=C4=B1o=C4=9Flu?= Date: Fri, 3 Oct 2014 23:18:40 +0300 Subject: [PATCH] Fixed a typo in "Installing Docker on Mac OS X" evironment -> environment --- docs/sources/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index 6c0a7e921a..0707c56b7b 100644 --- a/docs/sources/installation/mac.md +++ b/docs/sources/installation/mac.md @@ -46,7 +46,7 @@ and `boot2docker start`. > `To connect the Docker client to the Docker daemon, please set: export DOCKER_HOST=tcp://192.168.59.103:2375` > -you can safely set the evironment variable as instructed. +you can safely set the environment variable as instructed. View the [Boot2Docker ReadMe](https://github.com/boot2docker/boot2docker/blob/master/README.md)