Skip to content

Commit 24f3651

Browse files
authored
fix: minor brevity typo fix (#18)
1 parent 657aa68 commit 24f3651

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

exercises/02.server-components/01.problem.rsc/server/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ app.get('/api/:shipId?', async context => {
5858
// 🐨 call renderToPipeableStream from react-server-dom-esm/server
5959
// and pass it the App component and the props
6060
// 💰 remember, we don't have a JSX transformer here, so you'll use
61-
// createElement directly which we aliased to `h` for brievity above.
61+
// createElement directly which we aliased to `h` for brevity above.
6262
// 🦉 renderToPipeableStream returns an object with a pipe function
6363
// 🐨 pipe the content through the outgoing response
6464
// 💰 pipe(context.env.outgoing)

0 commit comments

Comments
 (0)