Update fakeTeamwork.js instructions

After performing this exercise, I felt the instructions needed a bit more clarity. I welcome any improvements on top of my suggestion.
This commit is contained in:
Khalid J Hosein 2025-02-20 14:46:30 -05:00 committed by GitHub
parent ad9b4794d1
commit fe9cce860d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ exports.level = {
"markdowns": [ "markdowns": [
"The upcoming levels are going to be pretty difficult, so we're asking more of you for this level.", "The upcoming levels are going to be pretty difficult, so we're asking more of you for this level.",
"", "",
"Go ahead and make a remote (with `git clone`), fake some changes on that remote, commit yourself, and then pull down those changes. It's like a few lessons in one!" "Go ahead and make a remote (with `git clone`), fake some changes on that remote, add a local commit, and then pull down the remote changes and merge them. It's like a few lessons in one!"
] ]
} }
} }