From 8049ee4d6212703dd890e06f63bf9c956b93f50f Mon Sep 17 00:00:00 2001 From: David Godfrey Date: Sat, 23 Aug 2014 19:57:56 -0400 Subject: [PATCH] I've replaced "make" with "provide". "make" wasn't the correct word to use (it would be "makes") but "provide" sounds a bit better. --- src/levels/remote/pull.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/pull.js b/src/levels/remote/pull.js index bab73ee7..456fe5bd 100644 --- a/src/levels/remote/pull.js +++ b/src/levels/remote/pull.js @@ -36,7 +36,7 @@ exports.level = { "* `git merge o/master`", "* etc., etc.", "", - "In fact, the workflow of *fetching* remote changes and then *merging* them is so common that git actually make a command that does both at once! That command is `git pull`." + "In fact, the workflow of *fetching* remote changes and then *merging* them is so common that git actually provides a command that does both at once! That command is `git pull`." ] } },