Merge pull request #204 from dgodfrey95/patch-1

I've replaced "make" with "provide".
This commit is contained in:
Peter Cottle 2014-08-24 09:51:49 -07:00
commit f58ff74f6b

View file

@ -36,7 +36,7 @@ exports.level = {
"* `git merge o/master`", "* `git merge o/master`",
"* etc., etc.", "* 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`."
] ]
} }
}, },