From f7c575942526462072df6994a9d2be9c59324a2a Mon Sep 17 00:00:00 2001 From: Gabriel Kohen Date: Fri, 7 Apr 2017 22:06:46 -0400 Subject: [PATCH] Fix Beta 3 release notes type Modul is used instead of module See: https://github.com/angular/material2/issues/3961 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74927b1cbe92..fde7f68f3702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ possible, we're deprecating MaterialModule, to be removed in the a subsequent release. To replace `MaterialModule`, users can create their own "Material" -modul within their application (e.g., `GmailMaterialModule`) that +module within their application (e.g., `GmailMaterialModule`) that imports only the set of components actually used in the application. #### Angular 4