From 7c78282ce88661f6e2fa352b2b5a99752dbc6a34 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 4 Jun 2017 23:32:46 -0300 Subject: [PATCH] docs: fix typo in 'Routes' docs --- packages/router/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/config.ts b/packages/router/src/config.ts index 7a0ca9c69e..a024965bd4 100644 --- a/packages/router/src/config.ts +++ b/packages/router/src/config.ts @@ -34,7 +34,7 @@ import {UrlSegment, UrlSegmentGroup} from './url_tree'; * - `data` is additional data provided to the component via `ActivatedRoute`. * - `resolve` is a map of DI tokens used to look up data resolvers. See {@link Resolve} for more * info. - * - `runGuardsAndResolvers` defines when guards and resovlers will be run. By default they run only + * - `runGuardsAndResolvers` defines when guards and resolvers will be run. By default they run only * when the matrix parameters of the route change. When set to `paramsOrQueryParamsChange` they * will also run when query params change. And when set to `always`, they will run every time. * - `children` is an array of child route definitions.