Skip to content

Commit 73e3657

Browse files
committed
Merge pull request #466 from awong-dev/patch-1
Grammar fix in documentation
2 parents b77790d + 42b48fa commit 73e3657

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)