We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dbbd5 commit c720198Copy full SHA for c720198
src/cdk/portal/portal-errors.ts
@@ -49,7 +49,7 @@ export function throwNullPortalOutletError() {
49
50
/**
51
* Throws an exception when attempting to detach a portal that is not attached.
52
- * @docs-privatew
+ * @docs-private
53
*/
54
export function throwNoPortalAttachedError() {
55
throw Error('Attempting to detach a portal that is not attached to a host');
0 commit comments