diff --git a/beta/src/content/apis/react/useCallback.md b/beta/src/content/apis/react/useCallback.md index b8ca5056..8b60c809 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 7df0b440..9e7e6a9d 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?