diff --git a/src/lib/core/portal/README.md b/src/lib/core/portal/README.md index 214823de6b3e..a9259382e9e7 100644 --- a/src/lib/core/portal/README.md +++ b/src/lib/core/portal/README.md @@ -51,7 +51,7 @@ Usage: ``` A component can use `@ViewChild` or `@ViewChildren` to get a reference to a -`TemplatePortalDiective`. +`TemplatePortalDirective`. ##### `ComponentPortal` Used to create a portal from a component type.