Skip to content

Commit

Permalink
Update packages/react/src/ReactServerContext.js
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Story <[email protected]>
  • Loading branch information
sebmarkbage and gnoff authored Sep 28, 2023
1 parent e330ce6 commit 6c25b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ReactServerContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function createServerContext<T: ServerContextJSONValue>(
console.error(
'Server Context is deprecated and will soon be removed. ' +
'It was never documented and we have found it not to be useful ' +
'enough to warrant the downside it emposes on all apps.',
'enough to warrant the downside it imposes on all apps.',
);
}
let wasDefined = true;
Expand Down

0 comments on commit 6c25b93

Please sign in to comment.