Skip to content

Commit

Permalink
docs(portal): correct typo in "@docs-privatew" (angular#9744)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahler authored and tinayuangao committed Feb 3, 2018
1 parent 28dbbd5 commit c720198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/portal/portal-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function throwNullPortalOutletError() {

/**
* Throws an exception when attempting to detach a portal that is not attached.
* @docs-privatew
* @docs-private
*/
export function throwNoPortalAttachedError() {
throw Error('Attempting to detach a portal that is not attached to a host');
Expand Down

0 comments on commit c720198

Please # to comment.