Skip to content

Commit

Permalink
docs: remove incorrect closing bracket (#1354)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
CleverLili and danielroe authored Mar 20, 2021
1 parent 82aad5f commit 8a8b444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/guides/directory-structure/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ nuxt.hook('close', async nuxt => {
- **Listen**: Nuxt internal server starts listening. (Using nuxt start or nuxt dev)

```js
nuxt.hook('listen', async (server, {host, port})) => {
nuxt.hook('listen', async (server, { host, port }) => {
// Your custom code here
})
```
Expand Down

0 comments on commit 8a8b444

Please sign in to comment.