Skip to content

Commit

Permalink
[docs] Fix typo in Divider doc (#43691)
Browse files Browse the repository at this point in the history
Signed-off-by: Lokendra Saini <lokendrasaini1991@gmail.com>
  • Loading branch information
lokendra-reco committed Sep 10, 2024
1 parent dbc95b4 commit da41cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/dividers/dividers.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This ensures that it's not announced by screen readers while still preserving th

```js
<Divider component="div" role="presentation">
<Typograph>Text element</Typography>
<Typography>Text element</Typography>
</Divider>
```

Expand Down

0 comments on commit da41cbf

Please sign in to comment.