docs: fix typos in the routing and testing documentation (#32329)

PR Close #32329
This commit is contained in:
Trevor Karjanis
2019-08-26 19:21:47 -05:00
committed by Matias Niemelä
parent bbd4a33f6c
commit 5b2408f0a6
2 changed files with 16 additions and 19 deletions

View File

@ -863,7 +863,7 @@ export class Router {
/**
* Applies an array of commands to the current URL tree and creates a new URL tree.
*
* When given an activate route, applies the given commands starting from the route.
* When given an activated route, applies the given commands starting from the route.
* Otherwise, applies the given command starting from the root.
*
* @param commands An array of commands to apply.