Skip to content

Commit

Permalink
Typo in the doc for lazy
Browse files Browse the repository at this point in the history
  • Loading branch information
rmschindler authored Nov 5, 2023
1 parent a8790ca commit 89a54c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/lazy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: lazy

<Intro>

`lazy` lets you defer loading component's code until it is rendered for the first time.
`lazy` lets you defer loading a component's code until it's rendered for the first time.

```js
const SomeComponent = lazy(load)
Expand Down

0 comments on commit 89a54c2

Please sign in to comment.