From f34af85ad33bbf08f4e0640ea4105d71565b8fb4 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 7 Nov 2013 14:58:00 -0800 Subject: [PATCH] :lipstick: Beware --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 38d44b84b..8472a06fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ * Class methods (methods starting with a `@`) * Instance variables * Instance methods - * Be ware of platform differences + * Beware of platform differences * The home directory is `process.env.USERPROFILE` on Windows, while on OS X and Linux it's `process.env.HOME` * Path separator is `\` on Windows, and is `/` on OS X and Linux, so use