diff --git a/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md b/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md index c21983ef..5ffa9d1f 100644 --- a/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md +++ b/content/blog/2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md @@ -194,7 +194,7 @@ function Post(props) {

{postData.title}

by {postData.author}

- {/* @defer pairs naturally w to make the UI non-blocking too */} + {/* @defer pairs naturally with to make the UI non-blocking too */} }>