Skip to content

Commit

Permalink
docs: fix import typo (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
darginyegor authored Oct 30, 2024
1 parent 2aac746 commit 049d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progress-indicator/progress-indicator.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Step } from "./progress-indicator-step.interface";
* Get started with importing the module:
*
* ```typescript
* import { ProgressIndictorModule } from 'carbon-components-angular';
* import { ProgressIndicatorModule } from 'carbon-components-angular';
* ```
*
* [See demo](../../?path=/story/components-progress-indicator--basic)
Expand Down

0 comments on commit 049d53d

Please sign in to comment.