From 65c37288eefc6a443c68107113de7a19b5950d92 Mon Sep 17 00:00:00 2001 From: Stephen Watkins Date: Wed, 8 May 2024 14:02:18 -0400 Subject: [PATCH] readme typo fix --- easy-ui-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-ui-react/README.md b/easy-ui-react/README.md index 2e84a37c7..81bc523e4 100644 --- a/easy-ui-react/README.md +++ b/easy-ui-react/README.md @@ -81,7 +81,7 @@ ReactDOM.render( ### Server Rendering -When server rendering an app that uses Easy UI and React <18, your app must wrapped with a singleton instance of React Aria's `SSRProvider`. If an app is using an additional version of React Aria, ensure there's only one version of `@react-aria/ssr` using NPM's `overrides` or Yarn's `resolutions` property. +When server rendering an app that uses Easy UI and React <18, your app must be wrapped with a single instance of React Aria's `SSRProvider`. If an app is using an additional version of React Aria, ensure there's only one version of `@react-aria/ssr` using NPM's `overrides` or Yarn's `resolutions` property. ## Development