We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657aa68 commit 24f3651Copy full SHA for 24f3651
exercises/02.server-components/01.problem.rsc/server/app.js
@@ -58,7 +58,7 @@ app.get('/api/:shipId?', async context => {
58
// 🐨 call renderToPipeableStream from react-server-dom-esm/server
59
// and pass it the App component and the props
60
// 💰 remember, we don't have a JSX transformer here, so you'll use
61
- // createElement directly which we aliased to `h` for brievity above.
+ // createElement directly which we aliased to `h` for brevity above.
62
// 🦉 renderToPipeableStream returns an object with a pipe function
63
// 🐨 pipe the content through the outgoing response
64
// 💰 pipe(context.env.outgoing)
0 commit comments