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?