Skip to content

Commit

Permalink
Use abbreviation for "it's"
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Skoufis <[email protected]>
  • Loading branch information
jahredhope and askoufis authored Sep 16, 2024
1 parent 7276f8d commit a49fa92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/static-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ To avoid this error you have a few options:
3. **Experimental:** sku provides a `renderToString` function to your `renderApp` function that will perform option 2 for you.

Regardless of how you support it, please consider that [Suspense][react suspense documentation] is a new feature for React.
It's APIs and use are rapidly evolving, and is partially undocumented (see [Note on Suspense-enabled data sources]).
Its APIs and use are rapidly evolving, and it is partially undocumented (see [Note on Suspense-enabled data sources]).

> "Suspense-enabled data fetching without the use of an opinionated framework is not yet supported.
> The requirements for implementing a Suspense-enabled data source are unstable and undocumented.
Expand Down

0 comments on commit a49fa92

Please sign in to comment.