diff --git a/packages/platform-browser/src/browser.ts b/packages/platform-browser/src/browser.ts index ac7768edfb..87b879e4a9 100644 --- a/packages/platform-browser/src/browser.ts +++ b/packages/platform-browser/src/browser.ts @@ -93,7 +93,7 @@ export const BROWSER_MODULE_PROVIDERS: StaticProvider[] = [ /** * Exports required infrastructure for all Angular apps. - * Included by defaults in all Angular apps created with the CLI + * Included by default in all Angular apps created with the CLI * `new` command. * Re-exports `CommonModule` and `ApplicationModule`, making their * exports and providers available to all apps.