Update MyAttributesAreMissing.md

This commit is contained in:
Mike Thompson 2018-02-13 16:06:50 +11:00 committed by GitHub
parent a9ce6d5bf1
commit fe28a45543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Why isn't my attribute `xyz` showing up on <some-element>? (where is `xyz` is s
### Answer
You might be using the wrong attribute name.
You might be spelling it incorrectly.
React supports [camelCased HTML attributes](https://reactjs.org/docs/dom-elements.html#all-supported-html-attributes),
but the equivalent in Reagent is dashed and lower cased.