Skip to content

Commit 9c2c865

Browse files
authored
Fix typo in regexp/letter-case docs (#313)
1 parent 3d3747b commit 9c2c865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/letter-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ var foo = /\ca/
5555
- Properties
5656
- `caseInsensitive` ... Specifies the letter case when the `i` flag is present. Default is `"lowercase"`.
5757
- `unicodeEscape` ... Specifies the letter case when the unicode escapes. Default is `"lowercase"`.
58-
- `hexadecimalEscape` ... Specifies the letter case when the hexadecimal escapes. Default is `"ignolowercasere"`.
58+
- `hexadecimalEscape` ... Specifies the letter case when the hexadecimal escapes. Default is `"lowercase"`.
5959
- `controlEscape` ... Specifies the letter case when the control escapes (e.g. `\cX`). Default is `"uppercase"`.
6060

6161
## :rocket: Version

0 commit comments

Comments
 (0)