Skip to content

Commit 0b0f401

Browse files
johanchouquetmmalerba
authored andcommitted
Typo fix in portal.md (#9778)
A minor typo fix in portal.md
1 parent 053f0ba commit 0b0f401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/portal/portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The `portals` package provides a flexible system for rendering dynamic content into an application.
22

33
### Portals
4-
A `Portal `is a piece of UI that can be dynamically rendered to an open slot on the page.
4+
A `Portal` is a piece of UI that can be dynamically rendered to an open slot on the page.
55

66
The "piece of UI" can be either a `Component` or a `TemplateRef` and the "open slot" is
77
a `PortalOutlet`.

0 commit comments

Comments
 (0)