From c58e4f687fda725c46b3c8ab8a75535b8ea99531 Mon Sep 17 00:00:00 2001 From: Don Kirkby Date: Sat, 23 Feb 2013 21:36:41 -0800 Subject: [PATCH] Grammar tweak: "method of your choosing." --- src/levels/mixed/2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/levels/mixed/2.js b/src/levels/mixed/2.js index 71ad05b2..a7cf04ac 100644 --- a/src/levels/mixed/2.js +++ b/src/levels/mixed/2.js @@ -39,7 +39,7 @@ exports.level = { "* We will re-order the commits so the one we want to change is on top with `git rebase -i`", "* We will `commit --amend` to make the slight modification", "* Then we will re-order the commits back to how they were previously with `git rebase -i`", - "* Finally, we will move master to this updated part of the tree to finish the level (via your method of choosing)", + "* Finally, we will move master to this updated part of the tree to finish the level (via the method of your choosing)", "", "There are many ways to accomplish this overall goal (I see you eye-ing cherry-pick), and we will see more of them later, but for now let's focus on this technique." ] @@ -134,4 +134,4 @@ exports.level = { ] } } -}; \ No newline at end of file +};