From 7697e8982d4824c06dfdf2f86b7f1e3c211ee49e Mon Sep 17 00:00:00 2001 From: Igor Soloydenko Date: Sat, 9 Feb 2019 13:45:34 -0800 Subject: [PATCH] =?UTF-8?q?=D0=A2=D1=8D=D0=B3=20->=20=D1=82=D0=B5=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/introducing-jsx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index c940c440b..ae98035a1 100644 --- a/content/docs/introducing-jsx.md +++ b/content/docs/introducing-jsx.md @@ -111,13 +111,13 @@ const element = ; ### Использование дочерних элементов в JSX {#specifying-children-with-jsx} -Если тэг пуст, то его можно сразу же закрыть с помощью `/>` точно так же, как и в XML: +Если тег пуст, то его можно сразу же закрыть с помощью `/>` точно так же, как и в XML: ```js const element = ; ``` -Но JSX тэги могут и содержать дочерние элементы: +Но JSX теги могут и содержать дочерние элементы: ```js const element = (