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)
  • Loading branch information
devfbe committed Sep 24, 2023
1 parent 30e2d54 commit 11d2560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/concepts/function-components/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For the previous example, this would look like this:
<App>
<HelloWorld>
<p>"Hello world"</p>
</HelloWord>
</HelloWorld>
</App>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ For the previous example this would look like this:
<App>
<HelloWorld>
<p>"Hello world"</p>
</HelloWord>
</HelloWorld>
</App>
```

Expand Down

0 comments on commit 11d2560

Please sign in to comment.