From 1c60173b037f471dc89db3ba260ec0d21f62c8fe Mon Sep 17 00:00:00 2001 From: Ansel Halliburton Date: Mon, 9 Jul 2018 18:59:28 -0700 Subject: [PATCH] docs: fix typo on MatBottomSheet page --- src/lib/bottom-sheet/bottom-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.