docs(core): fix typo in NgModule imports example description (#29272)

PR Close #29272
This commit is contained in:
Rob Gregorius 2019-03-12 23:35:15 -06:00 committed by Matias Niemelä
parent e769f9cfe4
commit a9020a028f
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ export interface NgModule {
* *
* ### Example * ### Example
* *
* The following example allows MainModule to use anthing exported by * The following example allows MainModule to use anything exported by
* `CommonModule`: * `CommonModule`:
* *
* ```javascript * ```javascript