Skip to content

Commit

Permalink
chore(element): docuemnt typo
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: S. Amir Mohammad Najafi <njfamirm@gmail.com>
  • Loading branch information
njfamirm and Copilot committed Dec 7, 2024
1 parent b0cbd32 commit 0172cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/element/src/mixin/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ export function LoggerMixin<T extends Class<LitElement> = Class<LitElement>>(sup
this.logger_.logMethod?.('remove');
super.remove();
}
} as unknown as Class<LoggerMixinInterface> & T; // Typescript Don't support protected mixin methods!
} as unknown as Class<LoggerMixinInterface> & T; // TypeScript doesn't support protected mixin methods!
}

0 comments on commit 0172cd7

Please sign in to comment.