You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -278,9 +278,9 @@ Alternatively you can include the styling in a `<style>` tag in your application
278
278
279
279
## Server-Side Rendering (SSR)
280
280
281
-
FirebaseUI React cannot be rendered on the serverside becasue the underlying, wrapped library ([FirebaseUI](https://npmjs.com/package/firebaseui) does not work server-side.
281
+
FirebaseUI React cannot be rendered server-side because the underlying, wrapped library ([FirebaseUI](https://npmjs.com/package/firebaseui)) does not work server-side.
282
282
283
-
You may still import and include the library in an app that uses SSR: there should be no errors but no elements will be rendered.
283
+
You can still import and include this library in an app that uses SSR: there should be no errors but no elements will be rendered.
0 commit comments