From 9352e3a0e28b28c5a85d25e3a30f392c75ffa29c Mon Sep 17 00:00:00 2001 From: Rafer45 Date: Wed, 10 Jun 2020 18:45:27 -0400 Subject: [PATCH] Fix typo --- src/levels/remote/pushManyFeatures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/pushManyFeatures.js b/src/levels/remote/pushManyFeatures.js index 395916b2..a1e62ec1 100644 --- a/src/levels/remote/pushManyFeatures.js +++ b/src/levels/remote/pushManyFeatures.js @@ -46,7 +46,7 @@ exports.level = { "markdowns": [ "## Merging feature branches", "", - "Now that you're comfortable with fetching, pulling, and pushing, lets put these skills to the test with a new workflow.", + "Now that you're comfortable with fetching, pulling, and pushing, let's put these skills to the test with a new workflow.", "", "It's common for developers on big projects to do all their work on feature branches (off of `master`) and then integrate that work only once it's ready. This is similar to the previous lesson (where side branches get pushed to the remote), but here we introduce one more step.", "",