diff --git a/src/lib/bottom-sheet/bottom-sheet.md b/src/lib/bottom-sheet/bottom-sheet.md index 87625c1255da..fe48f498ee95 100644 --- a/src/lib/bottom-sheet/bottom-sheet.md +++ b/src/lib/bottom-sheet/bottom-sheet.md @@ -55,7 +55,7 @@ Similarly to `MatDialog`, `MatBottomSheet` instantiates components at run-time. work, the Angular compiler needs extra information to create the necessary `ComponentFactory` for your bottom sheet content component. -Any components that are include inside of a bottom sheet have to be added to the `entryComponents` +Any components that are included inside of a bottom sheet have to be added to the `entryComponents` inside your `NgModule`.