Skip to content

Commit 9352e3a

Browse files
authored
Fix typo
1 parent 677b93d commit 9352e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/levels/remote/pushManyFeatures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports.level = {
4646
"markdowns": [
4747
"## Merging feature branches",
4848
"",
49-
"Now that you're comfortable with fetching, pulling, and pushing, lets put these skills to the test with a new workflow.",
49+
"Now that you're comfortable with fetching, pulling, and pushing, let's put these skills to the test with a new workflow.",
5050
"",
5151
"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.",
5252
"",

0 commit comments

Comments
 (0)