docs: add closing bracket (#21887)

This commit is contained in:
vasek 2023-07-02 17:03:05 +02:00 committed by GitHub
parent 982ece8d11
commit f28ff76559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default eventHandler(() => {
statusCode: 404,
statusMessage: 'Page Not Found'
})
}
})
```
::ReadMore{link="/docs/getting-started/error-handling"}