Skip to content

Commit a5c1a1d

Browse files
authored
docs: fix typo in an code example
1 parent 39b50ce commit a5c1a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/route-matching-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const router = createRouter({
9494
{ path: '/users/:id', sensitive: true },
9595
// will match /users, /Users, and /users/42 but not /users/ or /users/42/
9696
{ path: '/users/:id?' },
97-
]
97+
],
9898
strict: true, // applies to all routes
9999
})
100100
```

0 commit comments

Comments
 (0)