Skip to content

Commit 21ca8ed

Browse files
authored
Merge pull request #1720 from davidmsvetlecic/patch-1
Add 'you'
2 parents 45716f5 + 7b5f4cf commit 21ca8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Note that this approach won't work in a loop because Hook calls [can't](/docs/ho
466466

467467
### How to create expensive objects lazily? {#how-to-create-expensive-objects-lazily}
468468

469-
`useMemo` lets you [memoize an expensive calculation](#how-to-memoize-calculations) if the inputs are the same. However, it only serves as a hint, and doesn't *guarantee* the computation won't re-run. But sometimes need to be sure an object is only created once.
469+
`useMemo` lets you [memoize an expensive calculation](#how-to-memoize-calculations) if the inputs are the same. However, it only serves as a hint, and doesn't *guarantee* the computation won't re-run. But sometimes you need to be sure an object is only created once.
470470

471471
**The first common use case is when creating the initial state is expensive:**
472472

0 commit comments

Comments
 (0)