Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 43f4004

Browse files
rexebinnaomiblack
authored andcommitted
docs(router): explicit explaination of terminal property
1 parent 387f7c6 commit 43f4004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/router.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,8 +986,8 @@ code-example(format="").
986986

987987
:marked
988988
Since we only want to redirect when our path specifically matches `''`, we've added an extra configuration
989-
to our route using `terminal: true`. Mainly for redirects, the `terminal` property gives us more control over
990-
when the router should continue matching our URL against our defined routes.
989+
to our route using `terminal: true`. Mainly for redirects, the `terminal` property tells the router
990+
whether or not it should continue matching our URL against the rest of our defined routes.
991991

992992
.l-sub-section
993993
:marked

0 commit comments

Comments
 (0)