Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 159b196

Browse files
johnpapaFoxandxss
authored andcommitted
docs(toh): fix spelling of ActivateRoute to ActivatedRoute (#2400)
* fixed spelling of ActivateRoute to ActivatedRoute * dont do cache
1 parent 665c346 commit 159b196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt5.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ block route-params
536536
block ngOnInit
537537
:marked
538538
Inside the `ngOnInit` lifecycle hook, we use the `params` observable to
539-
extract the `id` parameter value from the `ActivateRoute` service
539+
extract the `id` parameter value from the `ActivatedRoute` service
540540
and use the `HeroService` to fetch the hero with that `id`.
541541

542542
+makeExcerpt('app/hero-detail.component.ts', 'ngOnInit')

0 commit comments

Comments
 (0)