Skip to content

Commit

Permalink
docs(material/stepper): fix typo into stepper documentation (angular#…
Browse files Browse the repository at this point in the history
…24618)

Fix a small typo error at Material Stepper documentation.

Fixes angular#24613
  • Loading branch information
raisiqueira authored and forsti0506 committed Apr 3, 2022
1 parent 52837b1 commit 4a399bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/stepper/stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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 4a399bb

Please sign in to comment.