Skip to content

Commit f75d6f1

Browse files
authored
Fixes typo in README.mdx (#13)
1 parent 9eb2dab commit f75d6f1

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.server-components/01.problem.rsc

1 file changed

+1
-1
lines changed

exercises/02.server-components/01.problem.rsc/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
props to our components. Additionally, we're sending a bunch of code to the
55
client to render a page that really doesn't need to be on the client. We want
66
you to solve both of these problems by using `react-server-dom-esm` which will
7-
allow us to generated serialized JSX on the server and render it in the browser.
7+
allow us to generate serialized JSX on the server and render it in the browser.
88

99
## 🦉 `react-server` export
1010

0 commit comments

Comments
 (0)