Skip to content

Commit dd5fe06

Browse files
committed
chore: bold
1 parent 2abb1e6 commit dd5fe06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export class TreeNode {
272272
}
273273

274274
/**
275-
* Array of route params for this node. It includes all the params from the parents as well.
275+
* Array of route params for this node. It includes **all** the params from the parents as well.
276276
*/
277277
get params(): (TreePathParam | TreeQueryParam)[] {
278278
const params = [...this.value.params]

0 commit comments

Comments
 (0)