Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blunt1337 authored and antonmedv committed Sep 24, 2020
1 parent f10933b commit f0d687a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let jar = CodeJar(editor, highlight)
Third argument to `CodeJar` is options:
- `tab: string` replaces "tabs" with given string. Default: `\t`.
- Note: use css rule `tab-size` to customize size.
- `identOn: RegExp` allows auto indent rule to be customized. Default `{$`
- `indentOn: RegExp` allows auto indent rule to be customized. Default `{$`
- Auto-tab if the text before cursor match the given regex while pressing Enter.
- `spellcheck: boolean` enables spellchecking on the editor. Default `false`
- `addClosing: boolean` automatically adds closing brackets, quotes. Default `true`
Expand Down

0 comments on commit f0d687a

Please sign in to comment.