Skip to content

Commit 7697e89

Browse files
Igor Soloydenkoanother-guy
authored andcommitted
Тэг -> тег
1 parent 6fa0238 commit 7697e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/introducing-jsx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ const element = <img src={user.avatarUrl}></img>;
111111
112112
### Использование дочерних элементов в JSX {#specifying-children-with-jsx}
113113

114-
Если тэг пуст, то его можно сразу же закрыть с помощью `/>` точно так же, как и в XML:
114+
Если тег пуст, то его можно сразу же закрыть с помощью `/>` точно так же, как и в XML:
115115

116116
```js
117117
const element = <img src={user.avatarUrl} />;
118118
```
119119

120-
Но JSX тэги могут и содержать дочерние элементы:
120+
Но JSX теги могут и содержать дочерние элементы:
121121

122122
```js
123123
const element = (

0 commit comments

Comments
 (0)