Skip to content

Commit

Permalink
[Docs] Fix up small typo in code style docs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ide committed Dec 8, 2015
1 parent c031ccd commit a659c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
* When wrapping opening tags over multiple lines, place one prop per line
* `{}` of props should hug their values (no spaces)
* Place the closing `>` of opening tags on the same line as the last prop
* 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 `<`

#### Objective-C

Expand Down

0 comments on commit a659c93

Please sign in to comment.