Skip to content

Commit 42b48fa

Browse files
committed
"used to write plain" -> "used to writing plain"
Simple grammar fix.
1 parent b77790d commit 42b48fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-unknown-property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prevent usage of unknown DOM property (no-unknown-property)
22

3-
In JSX all DOM properties and attributes should be camelCased to be consistent with standard JavaScript style. This can be a possible source of error if you are used to write plain HTML.
3+
In JSX all DOM properties and attributes should be camelCased to be consistent with standard JavaScript style. This can be a possible source of error if you are used to writing plain HTML.
44

55
**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.
66

0 commit comments

Comments
 (0)