mirror of
https://github.com/honojs/hono.git
synced 2024-11-30 11:20:41 +01:00
fix(typo) JSX README (#328)
This commit is contained in:
parent
1de0305f3c
commit
02e32bdd3a
@ -51,7 +51,7 @@ const Top = (props: { messages: string[] }) => {
|
||||
|
||||
app.get('/', (c) => {
|
||||
const messages = ['Good Morning', 'Good Evening', 'Good Night']
|
||||
return c.htm(<Top messages={messages} />)
|
||||
return c.html(<Top messages={messages} />)
|
||||
})
|
||||
|
||||
app.fire()
|
||||
|
Loading…
Reference in New Issue
Block a user