diff --git a/src/components/stepper/step.ts b/src/components/stepper/step.ts index 605892544..cee698b48 100644 --- a/src/components/stepper/step.ts +++ b/src/components/stepper/step.ts @@ -143,7 +143,7 @@ export default class IgcStepComponent extends LitElement { @property({ attribute: false }) public visited = false; - /** @hidden @intrnal @private */ + /** @hidden @internal @private */ @property({ attribute: false }) public animation: Animation = 'fade';