diff --git a/packages/upgrade/src/static/upgrade_module.ts b/packages/upgrade/src/static/upgrade_module.ts index 7eb21efa3a..6a7f57960b 100644 --- a/packages/upgrade/src/static/upgrade_module.ts +++ b/packages/upgrade/src/static/upgrade_module.ts @@ -69,7 +69,8 @@ import {NgAdapterInjector} from './util'; * in AngularJS templates must use kebab-case, while AngularJS templates must use camelCase. * c. However the template binding syntax will always use the Angular style, e.g. square * brackets (`[...]`) for property binding. - * 8. AngularJS is always bootstrapped first and owns the root component. + * 8. Angular is bootstrapped first; AngularJS is bootstrapped second. AngularJS always owns the + * root component of the application. * 9. The new application is running in an Angular zone, and therefore it no longer needs calls * to * `$apply()`.