diff --git a/content/en/feature_flags/client/react.md b/content/en/feature_flags/client/react.md index 5255d5cb24d..16d1fba6601 100644 --- a/content/en/feature_flags/client/react.md +++ b/content/en/feature_flags/client/react.md @@ -173,7 +173,7 @@ function Banner() { ### Suspense support -Built-in [suspense](https://react.dev/reference/react/Suspense) support makes this easy to avoid displaying components with feature flags until provider initialization is complete, or when the context changes. Pass `{ suspend: true }` in the hook options to leverage this functionality. +Built-in [suspense](https://react.dev/reference/react/Suspense) support allows you to avoid displaying components with feature flags until provider initialization is complete, or when the context changes. Pass `{ suspend: true }` in the hook options to use this functionality. For example: