Skip to content

Commit

Permalink
Merge pull request #121 from LFedorov/patch-1
Browse files Browse the repository at this point in the history
Fix typo in translation of Introducing JSX
  • Loading branch information
lex111 committed Feb 13, 2019
2 parents cbea574 + 7cb9817 commit e3b26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/introducing-jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const element = <h1>{title}</h1>;

Babel компилирует JSX в вызовы `React.createElement()`.

Следующие два примера коды эквивалентны между собой:
Следующие два примера кода эквивалентны между собой:

```js
const element = (
Expand Down

0 comments on commit e3b26d2

Please sign in to comment.