fix a typo on the word register

This commit is contained in:
iggy 2020-08-04 18:59:53 -05:00
parent b6bb3058dc
commit a9aef67c38

View file

@ -158,7 +158,7 @@ This is how you can do it:
qAA.<esc>q
```
The breakdown:
- `qA` records the macro in registr "A".
- `qA` records the macro in register "A".
- `A.<esc>` inserts a dot (".") at the end of the line (`A`), then exits insert mode (`<esc>`).
- `q` quits macro recording.