From 43f400487e79b9696eae1b9822f1cf9dffc96aef Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Thu, 30 Jun 2016 10:56:08 +0100 Subject: [PATCH] docs(router): explicit explaination of terminal property --- public/docs/ts/latest/guide/router.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index 43fc2ec33f..c2aa4fbd2f 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -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