Skip to content

Commit a2d9faa

Browse files
committed
Merge pull request #232 from edge/patch-1
Fix typo in jsx-no-literals documentation
2 parents a7bca9c + 96ef7fa commit a2d9faa

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,6 +1,6 @@
11
# Prevent usage of unwrapped JSX strings (jsx-no-literals)
22

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

0 commit comments

Comments
 (0)