Skip to content

Commit

Permalink
docs(step): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Jan 7, 2025
1 parent e4d0412 commit 118cc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stepper/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 118cc71

Please sign in to comment.