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 3b1e539bab
commit 280ea13342

View File

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