Skip to content

Commit a56a3fc

Browse files
committed
update coderefractor ProgressStepsIndicator
1 parent 890a3df commit a56a3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/documentation/docs/controls/ProgressStepsIndicator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Here is an example of the control in action:
1111
## How to use this control in your solutions
1212

1313
- Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency.
14-
- In your component file, import the `Accordion` control as follows:
14+
- In your component file, import the `ProgressStepsIndicator` control as follows:
1515

1616
```TypeScript
1717
import { ProgressStepsIndicator } from '"@pnp/spfx-controls-react/lib/ProgressStepsIndicator';

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"include": [
3434
"src/**/*.ts",
3535
"src/**/*.tsx"
36-
, "src/ProgressIndicatorts" ],"exclude": ["**/node_modules", "**/dist", "**/lib"],
36+
]
3737
}

0 commit comments

Comments
 (0)