Skip to content

Commit

Permalink
docs: fix misspelled words (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
maszyq authored Nov 1, 2023
1 parent 9da3d61 commit 3e0b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/writing-markup-with-jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ JSX 最终会被转化为 JavaScript,而 JSX 中的属性也会变成 JavaScri

### 高级提示:使用 JSX 转化器 {/*pro-tip-use-a-jsx-converter*/}

将现有的 HMTL 中的所有属性转化 JSX 的格式是很繁琐的。我们建议使用 [转化器](https://transform.tools/html-to-jsx) 将 HTML 和 SVG 标签转化为 JSX。这种转化器在实践中非常有用。但我们依然有必要去了解这种转化过程中发生了什么,这样你就可以编写自己的 JSX 了。
将现有的 HTML 中的所有属性转化 JSX 的格式是很繁琐的。我们建议使用 [转化器](https://transform.tools/html-to-jsx) 将 HTML 和 SVG 标签转化为 JSX。这种转化器在实践中非常有用。但我们依然有必要去了解这种转化过程中发生了什么,这样你就可以编写自己的 JSX 了。

这是最终的结果:

Expand Down

0 comments on commit 3e0b059

Please sign in to comment.