Skip to content

Commit 3e71cda

Browse files
authored
Fixed typo in README.md (#719)
1 parent c4e50b4 commit 3e71cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ let g:polyglot_disabled = ['autoindent']
245245

246246
## Reindent
247247

248-
If you want to disable reindening of the current line in insert mode (see vim 'indentkeys') you can turn it off with:
248+
If you want to disable reindenting of the current line in insert mode (see vim 'indentkeys') you can turn it off with:
249249

250250
```vim
251251
autocmd BufEnter * set indentexpr=

0 commit comments

Comments
 (0)