Skip to content

Commit 049d53d

Browse files
authored
docs: fix import typo (#3042)
1 parent 2aac746 commit 049d53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/progress-indicator/progress-indicator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Step } from "./progress-indicator-step.interface";
1111
* Get started with importing the module:
1212
*
1313
* ```typescript
14-
* import { ProgressIndictorModule } from 'carbon-components-angular';
14+
* import { ProgressIndicatorModule } from 'carbon-components-angular';
1515
* ```
1616
*
1717
* [See demo](../../?path=/story/components-progress-indicator--basic)

0 commit comments

Comments
 (0)