From d954c263ca1c701634dce6625413fd8fc5da69bd Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Mon, 27 Feb 2017 05:38:34 -0500 Subject: [PATCH] docs(upgrade): fix 'resulit' typo (#3294) Fix 'resulit' typo in component downgrade section --- public/docs/ts/latest/guide/upgrade.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/upgrade.jade b/public/docs/ts/latest/guide/upgrade.jade index 650bb1d44d..c2678d7036 100644 --- a/public/docs/ts/latest/guide/upgrade.jade +++ b/public/docs/ts/latest/guide/upgrade.jade @@ -504,7 +504,7 @@ figure All Angular components, directives and pipes must be declared in an NgModule. :marked - The net resulit is an AngularJS directive called `heroDetail`, that we can + The net result is an AngularJS directive called `heroDetail`, that we can use like any other directive in our AngularJS templates. +makeExample('upgrade-module/ts/src/index-downgrade-static.html', 'usecomponent')