Skip to content

Commit f428419

Browse files
committed
Merge pull request #370 from tmcw/patch-1
Fix typo in jsx-no-literals documentation
2 parents 2e02153 + d239562 commit f428419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/jsx-no-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Prevent usage of unwrapped JSX strings (jsx-no-literals)
22

33
In JSX when using a literal string you can wrap it in a JSX container `{'TEXT'}`.
4-
This rules requies that you wrap all literal strings.
4+
This rules requires that you wrap all literal strings.
55
Prevents any odd artifacts of highlighters if your unwrapped string contains an enclosing character like `'` in contractions and enforces consistency.
66

77
## Rule Details

0 commit comments

Comments
 (0)