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 35e2840 commit 7276f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sku/entry/render/render-to-string.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let hasWarned = false;
export function renderToString(reactNode, { timeout = 5000 } = {}) {
if (!hasWarned) {
console.log(
"Warning: The use of `renderApp`'s `renderToString` parameter is experimental. It's API and behaviour may change, and you may experience unexpected behaviours.",
"Warning: The use of `renderApp`'s `renderToString` parameter is experimental. Its API and behaviour may change, and you may experience unexpected behaviours.",
);
hasWarned = true;
}
Expand Down

0 comments on commit 7276f8d

Please sign in to comment.