diff --git a/book/07-git-tools/sections/interactive-staging.asc b/book/07-git-tools/sections/interactive-staging.asc index 1f7a5635d..1dfcad64f 100644 --- a/book/07-git-tools/sections/interactive-staging.asc +++ b/book/07-git-tools/sections/interactive-staging.asc @@ -53,7 +53,7 @@ Update>> ---- The `*` next to each file means the file is selected to be staged. -If you press Enter after typing nothing at the `Update>>` prompt, Git takes anything selected and stages it for you: +If you press Enter after typing nothing at the second `Update>>` prompt, Git takes anything selected and stages it for you: [source,console] ----