Skip to content

Commit

Permalink
[docs] Fix typo (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Dec 31, 2022
1 parent 47eb231 commit 4a81c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/Stepper.mdx
Expand Up @@ -144,7 +144,7 @@ function WillWork() {
function Demo() {
return (
<Stepper active={1}>
<Stepper.Step label="Regular step">Fist step</Stepper.Step>
<Stepper.Step label="Regular step">First step</Stepper.Step>
{/* Wrapped Stepper.Step will not render children, do not do that */}
<WillNotWork />
<Stepper.Step label="Step with custom content">
Expand Down

0 comments on commit 4a81c05

Please sign in to comment.