Skip to content

Commit a296088

Browse files
authored
Fix typo
2 parents 40e3f92 + dfb6198 commit a296088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/course.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ function App() {
490490
// Steps:
491491
// 1. Place your cursor anywhere on the line with `'Click Me'` before the string.
492492
// 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.
494494

495495
// TODO: Change the text inside the quotes of `'Click Me'` to `'Update Name'`.
496496

@@ -510,7 +510,7 @@ function App() {
510510
}
511511

512512
// Expected result:
513-
// {'Increment'}
513+
// {'Update Name'}
514514

515515
// Now, let's try changing from `'` to a string template, using `caq`.
516516
// "Change around quotes" is even better than a specific character, as it

0 commit comments

Comments
 (0)