Skip to content

Commit

Permalink
docs(material/stepper): fix typo into stepper documentation (#24618)
Browse files Browse the repository at this point in the history
Fix a small typo error at Material Stepper documentation.

Fixes #24613

(cherry picked from commit 82359e0)
  • Loading branch information
raisiqueira authored and andrewseguin committed Mar 24, 2022
1 parent c370ca6 commit 16801e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/stepper/stepper.md
Expand Up @@ -223,7 +223,7 @@ step content is automatically set based on step selection change.

The stepper and each step should be given a meaningful label via `aria-label` or `aria-labelledby`.

Prefer verticl steppers when building for small screen sizes, as horizontal
Prefer vertical steppers when building for small screen sizes, as horizontal
steppers typically take up significantly more horizontal space thus introduce
horizontal scrolling. Applications with multiple scrolling dimensions make
content harder to consume for some users. See the [Responsive Stepper section](#responsive-stepper)
Expand Down

0 comments on commit 16801e7

Please sign in to comment.