Skip to content

Commit 5ae633e

Browse files
authored
docs: typo
1 parent da8f861 commit 5ae633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/essentials/dynamic-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Regular params will only match characters in between url fragments, separated by
8181
```
8282

8383
When using _asterisk_ routes, make sure to correctly order your routes so that _asterisk_ ones are at the end.
84-
The route `{ path; '*' }` is usually used to 404 client side. If you are using _History mode_, make sure to [correctly configure your server](./history-mode.md) as well.
84+
The route `{ path: '*' }` is usually used to 404 client side. If you are using _History mode_, make sure to [correctly configure your server](./history-mode.md) as well.
8585

8686
When using an _asterisk_, a param named `pathMatch` is automatically added to `$route.params`. It contains the rest of the url matched by the _asterisk_:
8787

0 commit comments

Comments
 (0)