diff --git a/src/levels/rampup/reversingChanges.js b/src/levels/rampup/reversingChanges.js index 7b988f28..4237d9bd 100644 --- a/src/levels/rampup/reversingChanges.js +++ b/src/levels/rampup/reversingChanges.js @@ -85,7 +85,7 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "To complete this level, reverse the two most recent commits on both `local` and `pushed`.", + "To complete this level, reverse the most recent commit on both `local` and `pushed`. You will revert two commits total (one per branch).", "", "Keep in mind that `pushed` is a remote branch and `local` is a local branch -- that should help you choose your methods." ]