mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
use an easier word (#8809)
* use an easier word
The word `mandatory` is relatively difficult for people with ESL (English as a second language), so I propose an alternative word.
This would be much easier to understand.
* use simpler word
(cherry picked from commit 6308238498)
This commit is contained in:
@@ -48,7 +48,7 @@ ReactDOM.render(
|
||||
|
||||
[Try it on CodePen.](http://codepen.io/gaearon/pen/PGEjdG?editors=0010)
|
||||
|
||||
We split JSX over multiple lines for readability. While it isn't mandatory, when doing this, we also recommend wrapping it in parentheses to avoid the pitfalls of [automatic semicolon insertion](http://stackoverflow.com/q/2846283).
|
||||
We split JSX over multiple lines for readability. While it isn't required, when doing this, we also recommend wrapping it in parentheses to avoid the pitfalls of [automatic semicolon insertion](http://stackoverflow.com/q/2846283).
|
||||
|
||||
### JSX is an Expression Too
|
||||
|
||||
|
||||
Reference in New Issue
Block a user