diff --git a/content/blog/2018-10-23-react-v-16-6.md b/content/blog/2018-10-23-react-v-16-6.md index affffdd6e..df403af3e 100644 --- a/content/blog/2018-10-23-react-v-16-6.md +++ b/content/blog/2018-10-23-react-v-16-6.md @@ -32,7 +32,7 @@ function MyComponent() ( ); ``` -The Suspense component will also allow library authors to start building data fetching with Suspense support. +The Suspense component will also allow library authors to start building data fetching with Suspense support in the future. > Note: This feature is not yet available for server-side rendering. Suspense support will be added in a later release.