Skip to content

Commit 1e3574e

Browse files
authored
Update ssr.md (#8269)
1 parent 0200d53 commit 1e3574e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The most basic server rendering in React Router is pretty straightforward. Howev
1515
- Data loading strategies that work on the client and server
1616
- Handling code splitting in the server and client
1717
- Proper HTTP status codes and redirects
18-
- Environment varialbes and secrets
18+
- Environment variables and secrets
1919
- Deployment
2020

2121
Setting all of this up well can be pretty involved but is worth the performance and UX charactertics you can only get when server rendering.

0 commit comments

Comments
 (0)