From 64ac1062489bbc97a0d4b95af5ce9566091fe044 Mon Sep 17 00:00:00 2001 From: Geoff Bass Date: Thu, 31 Oct 2019 09:46:36 -0400 Subject: [PATCH] docs: fix typo in Observables in Angular guide (#33509) change `ActivateRoute` to `ActivatedRoute` PR Close #33509 --- aio/content/guide/observables-in-angular.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/observables-in-angular.md b/aio/content/guide/observables-in-angular.md index 632780513e..bf04d9a174 100644 --- a/aio/content/guide/observables-in-angular.md +++ b/aio/content/guide/observables-in-angular.md @@ -42,7 +42,7 @@ The following example binds the `time` observable to the component's view. The o -The [ActivatedRoute](https://angular.io/api/router/ActivatedRoute) is an injected router service that makes use of observables to get information about a route path and parameters. For example, `ActivateRoute.url` contains an observable that reports the route path or paths. Here's an example: +The [ActivatedRoute](https://angular.io/api/router/ActivatedRoute) is an injected router service that makes use of observables to get information about a route path and parameters. For example, `ActivatedRoute.url` contains an observable that reports the route path or paths. Here's an example: