Skip to content

Commit c720198

Browse files
Tahlertinayuangao
authored andcommitted
docs(portal): correct typo in "@docs-privatew" (#9744)
1 parent 28dbbd5 commit c720198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/portal/portal-errors.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function throwNullPortalOutletError() {
4949

5050
/**
5151
* Throws an exception when attempting to detach a portal that is not attached.
52-
* @docs-privatew
52+
* @docs-private
5353
*/
5454
export function throwNoPortalAttachedError() {
5555
throw Error('Attempting to detach a portal that is not attached to a host');

0 commit comments

Comments
 (0)