File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ function App() {
490
490
// Steps:
491
491
// 1. Place your cursor anywhere on the line with `'Click Me'` before the string.
492
492
// 2. Press `ci'` (change inside quotes) to delete the content inside the quotes and enter insert mode.
493
- // 3. Type`Increment ` and press `Esc` to exit insert mode.
493
+ // 3. Type `Update Name ` and press `Esc` to exit insert mode.
494
494
495
495
// TODO: Change the text inside the quotes of `'Click Me'` to `'Update Name'`.
496
496
@@ -510,7 +510,7 @@ function App() {
510
510
}
511
511
512
512
// Expected result:
513
- // {'Increment '}
513
+ // {'Update Name '}
514
514
515
515
// Now, let's try changing from `'` to a string template, using `caq`.
516
516
// "Change around quotes" is even better than a specific character, as it
You can’t perform that action at this time.
0 commit comments