Skip to content

Commit fefdb8c

Browse files
committed
Update run.md
1 parent 9c8e2d6 commit fefdb8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/run.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ The action that lead to the route change.
6767

6868
The current URL path without the query string.
6969

70-
##### `state.params`
70+
#### `state.params`
7171

7272
The active params in the location match.
7373

74-
##### `state.query`
74+
#### `state.query`
7575

7676
The active query in the location match.
7777

78-
##### `state.routes`
78+
#### `state.routes`
7979

8080
An array of the matched [routes][1]. Very useful for fetching data before
8181
rendering.

0 commit comments

Comments
 (0)