docs: remove useless : (#4464)

This commit is contained in:
Ahad Birang 2022-04-20 17:06:27 +02:00 committed by GitHub
parent 4c19b2652f
commit 87b6ebdec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export default defineEventHandler((event) => {
## Matching Route Parameters
Server routes can use dynamic parameters within brackets in the file name like `/api/hello/[:name].ts` and accessed via `event.context.params`.
Server routes can use dynamic parameters within brackets in the file name like `/api/hello/[name].ts` and accessed via `event.context.params`.
**Example:**