From 29ebd31cc6742d79b58c4941308fe0afdb59086f Mon Sep 17 00:00:00 2001 From: Evan Bovie Date: Thu, 21 Apr 2016 16:31:09 -0700 Subject: [PATCH 1/2] Update help.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit spelling 😁 --- lib/middleware/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/middleware/help.js b/lib/middleware/help.js index bf47f1b..e5774a2 100644 --- a/lib/middleware/help.js +++ b/lib/middleware/help.js @@ -32,7 +32,7 @@ module.exports = function(req, next){ .log(" Custom domains " + "surge.sh/help/adding-a-custom-domain".underline.grey) .log(" Additional help " + "surge.sh/help".underline.grey) .log() - .log(" When in doubt, run ".grey + "surge".green.underline + " from within you project directory.".grey) + .log(" When in doubt, run ".grey + "surge".green.underline + " from within your project directory.".grey) .log() } else { From 5dfdee67e764ba9f5cbcb2421746d88c3ef2efcc Mon Sep 17 00:00:00 2001 From: Evan Bovie Date: Thu, 21 Apr 2016 16:32:55 -0700 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit spelling 😁 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3b7aca..b9c5133 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Run `surge --help` to see the following overview of the `surge` command... Custom domains surge.sh/help/adding-a-custom-domain Additional help surge.sh/help - When in doubt, run surge from within you project directory. + When in doubt, run surge from within your project directory. ```