From d88cd4ca4849a59362586d17a4a0f41984cee3bc Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 23 Oct 2018 18:36:22 -0700 Subject: [PATCH] Update 2018-10-23-react-v-16-6.md --- content/blog/2018-10-23-react-v-16-6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.