diff --git a/beta/src/content/reference/react/useSyncExternalStore.md b/beta/src/content/reference/react/useSyncExternalStore.md index fc2932ed..38ab316c 100644 --- a/beta/src/content/reference/react/useSyncExternalStore.md +++ b/beta/src/content/reference/react/useSyncExternalStore.md @@ -149,7 +149,7 @@ function emitChange() { -When possible, we recommend to use the built-in React state with [`useState`](/reference/react/useState) and [`useReducer`](/reference/react/useReducer) instead. The `useExternalSyncStore` API is mostly useful if you need to integrate with existing non-React code. +When possible, we recommend to use the built-in React state with [`useState`](/reference/react/useState) and [`useReducer`](/reference/react/useReducer) instead. The `useSyncExternalStore` API is mostly useful if you need to integrate with existing non-React code.