docs(router): fix typos

This commit is contained in:
vsavkin
2016-09-12 09:47:44 -07:00
parent a41c1bbdf4
commit a343a8e1c2
5 changed files with 6 additions and 5 deletions

View File

@ -92,7 +92,8 @@ export function setupTestingRouter(
* @description
*
* The modules sets up the router to be used for testing.
* It provides spy implementations of Location, LocationStrategy, and NgModuleFactoryLoader.
* It provides spy implementations of {@link Location}, {@link LocationStrategy}, and {@link
* NgModuleFactoryLoader}.
*
* @stable
*/