docs(upgrade): fix 'resulit' typo (#3294)

Fix 'resulit' typo in component downgrade section
This commit is contained in:
Ryan Waskiewicz 2017-02-27 05:38:34 -05:00 committed by Jesús Rodríguez
parent fdd650bcb9
commit d954c263ca
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ figure
All Angular components, directives and pipes must be declared in an NgModule. All Angular components, directives and pipes must be declared in an NgModule.
:marked :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. use like any other directive in our AngularJS templates.
+makeExample('upgrade-module/ts/src/index-downgrade-static.html', 'usecomponent') +makeExample('upgrade-module/ts/src/index-downgrade-static.html', 'usecomponent')