From fe9cce860d77122f6c42739f817e48364efbf56a Mon Sep 17 00:00:00 2001 From: Khalid J Hosein Date: Thu, 20 Feb 2025 14:46:30 -0500 Subject: [PATCH] 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. --- src/levels/remote/fakeTeamwork.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/fakeTeamwork.js b/src/levels/remote/fakeTeamwork.js index e1782e5f..6d38caf7 100644 --- a/src/levels/remote/fakeTeamwork.js +++ b/src/levels/remote/fakeTeamwork.js @@ -93,7 +93,7 @@ exports.level = { "markdowns": [ "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!" ] } }