Skip to content

Commit a659c93

Browse files
author
James Ide
committed
[Docs] Fix up small typo in code style docs
1 parent c031ccd commit a659c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
7373
* When wrapping opening tags over multiple lines, place one prop per line
7474
* `{}` of props should hug their values (no spaces)
7575
* 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 `<`
76+
* Place the closing `/>` of self-closing tags on their own line and left-align them with the opening `<`
7777

7878
#### Objective-C
7979

0 commit comments

Comments
 (0)