Skip to content

Commit 367ae53

Browse files
authored
editorial style changes (#33705)
1 parent 9e22b3f commit 367ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/feature_flags/client/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function Banner() {
173173

174174
### Suspense support
175175

176-
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.
176+
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.
177177

178178
For example:
179179

0 commit comments

Comments
 (0)