I've replaced "make" with "provide".

"make" wasn't the correct word to use (it would be "makes") but "provide" sounds a bit better.
This commit is contained in:
David Godfrey 2014-08-23 19:57:56 -04:00
parent bf6a84dd1d
commit 8049ee4d62

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`."
] ]
} }
}, },