From 5e68e35112b425879aac35821c56d3b51ea0796d Mon Sep 17 00:00:00 2001 From: Trevor Karjanis <2351292+TrevorKarjanis@users.noreply.github.com> Date: Mon, 18 Feb 2019 15:02:54 -0600 Subject: [PATCH] docs(platform-browser): fix a grammatical error in the BrowserModule documentation (#28808) The browser module is not included by defaults, it is included by default. Default should be singular. There is no associated issue. PR Close #28808 --- packages/platform-browser/src/browser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.