We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4484e commit f0965baCopy full SHA for f0965ba
src/core/portal/portal-errors.ts
@@ -42,13 +42,13 @@ export class MdUnknownPortalTypeError extends MdError {
42
/** Exception thrown when attempting to attach a portal to a null host. */
43
export class MdNullPortalHostError extends MdError {
44
constructor() {
45
- super('Attmepting to attach a portal to a null PortalHost');
+ super('Attempting to attach a portal to a null PortalHost');
46
}
47
48
49
/** Exception thrown when attempting to detach a portal that is not attached. */
50
export class MdNoPortalAttachedError extends MdError {
51
52
- super('Attmepting to detach a portal that is not attached to a host');
+ super('Attempting to detach a portal that is not attached to a host');
53
54
0 commit comments