docs(core): fix typo in NgModule imports example description (#29272)
PR Close #29272
This commit is contained in:
parent
e769f9cfe4
commit
a9020a028f
|
@ -200,7 +200,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
|
||||
|
|
Loading…
Reference in New Issue