Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 3, 2022
1 parent 4d8aff6 commit 578500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Additionally, we can have a default placeholder for arbitrary routes which handl
```diff
app.use('/assets', serveStatic(..))
app.use('/assets', servePlaceholder())
++ app.use('/', placeholder({ skipUnkown: true }))
++ app.use('/', placeholder({ skipUnknown: true }))
app.use('/', router)
```

Expand Down

0 comments on commit 578500a

Please sign in to comment.