Skip to content

Commit 6dbef56

Browse files
committed
Merge pull request facebook#3333 from ariabuckles/docs
[Docs] Add 'ing' to make "opening" and "closing" line up
2 parents fa89611 + 7eb6f68 commit 6dbef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/02.1-jsx-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You don't have to use JSX with React. You can just use plain JS. However, we rec
1414

1515
It's more familiar for casual developers such as designers.
1616

17-
XML has the benefit of balanced open and closing tags. This helps make large trees easier to read than function calls or object literals.
17+
XML has the benefit of balanced opening and closing tags. This helps make large trees easier to read than function calls or object literals.
1818

1919
It doesn't alter the semantics of JavaScript.
2020

0 commit comments

Comments
 (0)