mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
[Docs] Add 'ing' to make "opening" and "closing" line up
Test Plan: None
This commit is contained in:
@@ -14,7 +14,7 @@ You don't have to use JSX with React. You can just use plain JS. However, we rec
|
||||
|
||||
It's more familiar for casual developers such as designers.
|
||||
|
||||
XML has the benefit of balanced open and closing tags. This helps make large trees easier to read than function calls or object literals.
|
||||
XML has the benefit of balanced opening and closing tags. This helps make large trees easier to read than function calls or object literals.
|
||||
|
||||
It doesn't alter the semantics of JavaScript.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user