docs(upgrade): fix 'resulit' typo (#3294)
Fix 'resulit' typo in component downgrade section
This commit is contained in:
parent
fdd650bcb9
commit
d954c263ca
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue