Skip to content

Commit

Permalink
Update introduction.mdx
Browse files Browse the repository at this point in the history
Just add a missing 'l' to the closing HelloWorld tag in the function components documentation (introduction.mdx)
Also, indent level has been changed because prettier now recognizes the
XHTML structure and the indention was not as expected.
  • Loading branch information
devfbe committed Sep 24, 2023
1 parent 30e2d54 commit adc1883
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions website/docs/concepts/function-components/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ For the previous example, this would look like this:

```xhtml
<App>
<HelloWorld>
<p>"Hello world"</p>
</HelloWord>
<HelloWorld>
<p>"Hello world"</p>
</HelloWorld>
</App>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ For the previous example this would look like this:

```xhtml
<App>
<HelloWorld>
<p>"Hello world"</p>
</HelloWord>
<HelloWorld>
<p>"Hello world"</p>
</HelloWorld>
</App>
```

Expand Down

0 comments on commit adc1883

Please sign in to comment.