Skip to content

Commit ec7b5e9

Browse files
[docs] Fix "Unknown" typo (#17911)
1 parent 0f28b62 commit ec7b5e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/pages/components/steppers/HorizontalLinearAlternativeLabelStepper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function getStepContent(stepIndex) {
3232
case 2:
3333
return 'This is the bit I really care about!';
3434
default:
35-
return 'Uknown stepIndex';
35+
return 'Unknown stepIndex';
3636
}
3737
}
3838

docs/src/pages/components/steppers/HorizontalLinearAlternativeLabelStepper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function getStepContent(stepIndex: number) {
3434
case 2:
3535
return 'This is the bit I really care about!';
3636
default:
37-
return 'Uknown stepIndex';
37+
return 'Unknown stepIndex';
3838
}
3939
}
4040

0 commit comments

Comments
 (0)