Skip to content

Commit

Permalink
RSC fix typo in example code (#8949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Jul 21, 2023
1 parent 9db9666 commit 3588ec0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const redwoodAppElement = document.getElementById('redwood-app')
const App = serve('App')

const root = createRoot(redwoodAppElement)
root.render(<App name="Redwood RSCc" />)
root.render(<App name="Redwood RSCs" />)

0 comments on commit 3588ec0

Please sign in to comment.