[Docs] Fix up small typo in code style docs

This commit is contained in:
James Ide 2015-12-07 23:24:23 -08:00
Родитель c031ccdc57
Коммит a659c9346c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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