docs(router): explicit explaination of terminal property

This commit is contained in:
Zhimin YE (Rex) 2016-06-30 10:56:08 +01:00 committed by Naomi Black
parent 387f7c6dd2
commit 43f400487e
1 changed files with 2 additions and 2 deletions

View File

@ -986,8 +986,8 @@ code-example(format="").
:marked
Since we only want to redirect when our path specifically matches `''`, we've added an extra configuration
to our route using `terminal: true`. Mainly for redirects, the `terminal` property gives us more control over
when the router should continue matching our URL against our defined routes.
to our route using `terminal: true`. Mainly for redirects, the `terminal` property tells the router
whether or not it should continue matching our URL against the rest of our defined routes.
.l-sub-section
:marked