Skip to content

Commit 91d45ef

Browse files
authored
Merge pull request #135 from TiranexDev/patch-1
Fix Typo
2 parents fed9bb2 + 09e4065 commit 91d45ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Use `full` to also automatically add doctypes on responses returned without this
8989
app.get('/', () => '<html></html>')
9090

9191
// With the plugin
92-
app.get('/', ({ html }) => html('<html></html>')
92+
app.get('/', ({ html }) => html('<html></html>'))
9393
```
9494

9595
### isHtml

0 commit comments

Comments
 (0)