cli and docs: replace "id" by more correct "ID"

This commit is contained in:
Martin von Zweigbergk 2021-10-27 14:17:57 -07:00
parent 3587d4ec7e
commit 6687f98d8a
5 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@ pause 2
run_command "# Now make some changes in the working copy:"
run_command "echo \"Goodbye World!\" > README"
run_command "echo stuff > new-file"
run_command "# Our working copy commit id changed because we made changes:"
run_command "# Our working copy'\''s commit ID changed because we made changes:"
run_command "jj status"
pause 5
run_command "# Add a branch so we can easily refer to this commit:"