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
This commit is contained in:
Trevor Karjanis 2019-02-18 15:02:54 -06:00 committed by Igor Minar
parent 745c9c5ca7
commit 5e68e35112
1 changed files with 1 additions and 1 deletions

View File

@ -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.