diff --git a/packages/react/src/ReactServerContext.js b/packages/react/src/ReactServerContext.js index f73f09da17959..3748a05b1262d 100644 --- a/packages/react/src/ReactServerContext.js +++ b/packages/react/src/ReactServerContext.js @@ -34,7 +34,7 @@ export function createServerContext( 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;