From e61a71223b3c3024d39543a76d1bf4d6f39e0440 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 29 Mar 2016 14:22:36 -0700 Subject: [PATCH] Resolves #368 --- src/levels/rampup/reversingChanges.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ]