You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/levels/remote/pushManyFeatures.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ exports.level = {
46
46
"markdowns": [
47
47
"## Merging feature branches",
48
48
"",
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.",
50
50
"",
51
51
"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.",
0 commit comments