From bf5703042b50c858bfc4633b1807c961089ec5e1 Mon Sep 17 00:00:00 2001 From: Sean Dewar Date: Tue, 11 Jul 2023 18:09:44 +0100 Subject: fix(tutor): don't use concealed text in expected lines #24316 --- runtime/tutor/en/vim-01-beginner.tutor | 2 +- runtime/tutor/en/vim-01-beginner.tutor.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/tutor') diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor index e256711e70..3653271000 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor +++ b/runtime/tutor/en/vim-01-beginner.tutor @@ -438,7 +438,7 @@ Notice that [c](c)e deletes the word and places you in Insert mode. 5. Type `c$`{normal} and type the rest of the line like the second and press ``{normal}. The end of this line needs some help to make it like the second. -The end of this line needs to be corrected using the `c$`{normal} command. +The end of this line needs to be corrected using the c$ command. NOTE: You can use the Backspace key to correct mistakes while typing. diff --git a/runtime/tutor/en/vim-01-beginner.tutor.json b/runtime/tutor/en/vim-01-beginner.tutor.json index 5dccb824e0..fc23a75dae 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor.json +++ b/runtime/tutor/en/vim-01-beginner.tutor.json @@ -28,8 +28,8 @@ "399": "When this line was typed in, someone pressed some wrong keys!", "419": "This line has a few words that need changing using the change operator.", "420": "This line has a few words that need changing using the change operator.", - "440": "The end of this line needs to be corrected using the `c$` command.", - "441": "The end of this line needs to be corrected using the `c$` command.", + "440": "The end of this line needs to be corrected using the c$ command.", + "441": "The end of this line needs to be corrected using the c$ command.", "504": -1, "523": -1, "546": "Usually the best time to see the flowers is in the spring.", -- cgit