From cf19df4683f416e4d536e772dc1ff02334794264 Mon Sep 17 00:00:00 2001 From: "gautam, prasanna" Date: Mon, 10 Nov 2014 18:04:23 -0500 Subject: [PATCH] fixing punctuation and grammar Signed-off-by: Prasanna Gautam --- docs/sources/contributing/devenvironment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/contributing/devenvironment.md b/docs/sources/contributing/devenvironment.md index 0f6f5f4bc1..70eafbbde4 100644 --- a/docs/sources/contributing/devenvironment.md +++ b/docs/sources/contributing/devenvironment.md @@ -68,7 +68,7 @@ your `BINDDIR` setting is not set quite right. You want to run the following com $ sudo make BINDDIR=. binary -If you are not in Linux - for example: OSX, you want to run `make cross` or `make BINDDIR=. cross`. +If you are on a non-Linux platform, e.g., OSX, you'll want to run `make cross` or `make BINDDIR=. cross`. ### Using your built Docker binary