docs(website): correct small typo (#326)

This commit is contained in:
Luis Merino 2019-05-05 19:38:49 +02:00 committed by Greg Bergé
parent a43795cc3f
commit 8a1684d130

View File

@ -27,7 +27,7 @@ Suspense is supported by `React.lazy` and by `@loadable/component`. `@loadable/c
## Server Side Rendering
Suspense is not available server-side and `React.lazy` can only works with Suspense. That's why today, `React.lazy` is not an option if you need Server Side Rendering.
Suspense is not available server-side and `React.lazy` can only work with Suspense. That's why today, `React.lazy` is not an option if you need Server Side Rendering.
`@loadable/component` provides a complete solution to make [Server Side Rendering](/docs/server-side-rendering/) possible.