From 7eb6f68e7c7bb87cdcd8363af39d1fd7e1959da4 Mon Sep 17 00:00:00 2001 From: Aria Buckles Date: Thu, 5 Mar 2015 16:25:41 -0800 Subject: [PATCH] [Docs] Add 'ing' to make "opening" and "closing" line up Test Plan: None --- docs/docs/02.1-jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/02.1-jsx-in-depth.md b/docs/docs/02.1-jsx-in-depth.md index 2557896343..224b8cb0b6 100644 --- a/docs/docs/02.1-jsx-in-depth.md +++ b/docs/docs/02.1-jsx-in-depth.md @@ -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.