From e14de80de49903bc64ca811bc1ff99e799b1bef8 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Thu, 15 Sep 2022 12:09:31 +0100 Subject: [PATCH] align wording --- beta/src/content/apis/react/useCallback.md | 2 +- beta/src/content/apis/react/useMemo.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beta/src/content/apis/react/useCallback.md b/beta/src/content/apis/react/useCallback.md index b8ca5056b..8b60c809b 100644 --- a/beta/src/content/apis/react/useCallback.md +++ b/beta/src/content/apis/react/useCallback.md @@ -478,7 +478,7 @@ button[type="button"] { -However, here is the same code **with the artificial slowdown removed:** +However, here is the same code **with the artificial slowdown removed.** Does the lack of `useCallback` feel noticeable or not? diff --git a/beta/src/content/apis/react/useMemo.md b/beta/src/content/apis/react/useMemo.md index 7df0b440f..9e7e6a9d5 100644 --- a/beta/src/content/apis/react/useMemo.md +++ b/beta/src/content/apis/react/useMemo.md @@ -369,7 +369,7 @@ label { -However, here is the same code **with the artificial slowdown removed.** Give it a try! Does it feel fast despite no `useMemo`? +However, here is the same code **with the artificial slowdown removed.** Does the lack of `useMemo` feel noticeable or not? @@ -850,7 +850,7 @@ label { -However, here is the same code **with the artificial slowdown removed.** Give it a try! Does it feel fast without `useMemo`? +However, here is the same code **with the artificial slowdown removed.** Does the lack of `useMemo` feel noticeable or not?