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:
parent
745c9c5ca7
commit
5e68e35112
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue