We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c031ccd commit a659c93Copy full SHA for a659c93
CONTRIBUTING.md
@@ -73,7 +73,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
73
* When wrapping opening tags over multiple lines, place one prop per line
74
* `{}` of props should hug their values (no spaces)
75
* Place the closing `>` of opening tags on the same line as the last prop
76
-* Place the closing `/>` of self-closing tags on their own line and left-align them wih the opening `<`
+* Place the closing `/>` of self-closing tags on their own line and left-align them with the opening `<`
77
78
#### Objective-C
79
0 commit comments