Skip to content

Commit 0c77983

Browse files
Fix documentation typo - function components introduction.mdx (#3417)
HelloWord -> HelloWorld --------- Co-authored-by: Matt "Siyuan" Yan <mattsy1999@gmail.com>
1 parent a12c457 commit 0c77983

File tree

13 files changed

+39
-39
lines changed

13 files changed

+39
-39
lines changed

website/docs/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For the previous example, this would look like this:
5959

6060
```xhtml
6161
<App>
62-
<HelloWorld>
63-
<p>"Hello world"</p>
64-
</HelloWord>
62+
<HelloWorld>
63+
<p>"Hello world"</p>
64+
</HelloWorld>
6565
</App>
6666
```
6767

website/i18n/ja/docusaurus-plugin-content-docs/current/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn App() -> Html {
5050

5151
```xhtml
5252
<App>
53-
<HelloWorld>
54-
<p>"Hello world"</p>
55-
</HelloWord>
53+
<HelloWorld>
54+
<p>"Hello world"</p>
55+
</HelloWorld>
5656
</App>
5757
```
5858

website/i18n/ja/docusaurus-plugin-content-docs/version-0.21/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For the previous example, this would look like this:
5959

6060
```xhtml
6161
<App>
62-
<HelloWorld>
63-
<p>"Hello world"</p>
64-
</HelloWord>
62+
<HelloWorld>
63+
<p>"Hello world"</p>
64+
</HelloWorld>
6565
</App>
6666
```
6767

website/i18n/ja/docusaurus-plugin-content-docs/version-0.22/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn App() -> Html {
5050

5151
```xhtml
5252
<App>
53-
<HelloWorld>
54-
<p>"Hello world"</p>
55-
</HelloWord>
53+
<HelloWorld>
54+
<p>"Hello world"</p>
55+
</HelloWorld>
5656
</App>
5757
```
5858

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn App() -> Html {
5050

5151
```xhtml
5252
<App>
53-
<HelloWorld>
54-
<p>"Hello world"</p>
55-
</HelloWord>
53+
<HelloWorld>
54+
<p>"Hello world"</p>
55+
</HelloWorld>
5656
</App>
5757
```
5858

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.21/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For the previous example, this would look like this:
5959

6060
```xhtml
6161
<App>
62-
<HelloWorld>
63-
<p>"Hello world"</p>
64-
</HelloWord>
62+
<HelloWorld>
63+
<p>"Hello world"</p>
64+
</HelloWorld>
6565
</App>
6666
```
6767

website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.22/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn App() -> Html {
5050

5151
```xhtml
5252
<App>
53-
<HelloWorld>
54-
<p>"Hello world"</p>
55-
</HelloWord>
53+
<HelloWorld>
54+
<p>"Hello world"</p>
55+
</HelloWorld>
5656
</App>
5757
```
5858

website/i18n/zh-Hant/docusaurus-plugin-content-docs/current/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn App() -> Html {
5050

5151
```xhtml
5252
<App>
53-
<HelloWorld>
54-
<p>"Hello world"</p>
55-
</HelloWord>
53+
<HelloWorld>
54+
<p>"Hello world"</p>
55+
</HelloWorld>
5656
</App>
5757
```
5858

website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.21/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For the previous example, this would look like this:
5959

6060
```xhtml
6161
<App>
62-
<HelloWorld>
63-
<p>"Hello world"</p>
64-
</HelloWord>
62+
<HelloWorld>
63+
<p>"Hello world"</p>
64+
</HelloWorld>
6565
</App>
6666
```
6767

website/i18n/zh-Hant/docusaurus-plugin-content-docs/version-0.22/concepts/function-components/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ fn App() -> Html {
5050

5151
```xhtml
5252
<App>
53-
<HelloWorld>
54-
<p>"Hello world"</p>
55-
</HelloWord>
53+
<HelloWorld>
54+
<p>"Hello world"</p>
55+
</HelloWorld>
5656
</App>
5757
```
5858

0 commit comments

Comments
 (0)