Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typos
  • Loading branch information
jwithington committed Feb 29, 2024
commit 5ffb408c7c4be6b9de16f1dfee9d013918b331de
4 changes: 2 additions & 2 deletions docs/data/material/components/dialogs/dialogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Dialogs are implemented using a collection of related components:
- Dialog Title: a wrapper used for the title of a Dialog.
- Dialog Actions: an optional container for a Dialog's Buttons.
- Dialog Content: an optional container for displaying the Dialog's content.
- Dialog Content Text: a wrapper used for text inside `<DialogContent>. -
- Slide: optional [Transtion](https://mui.com/material-ui/transitions/#slide) used to slide the Dialog in from the edge of the screen.
- Dialog Content Text: a wrapper used for text inside `<DialogContent>`. -
- Slide: optional [Transition](https://mui.com/material-ui/transitions/#slide) used to slide the Dialog in from the edge of the screen.

{{"demo": "SimpleDialogDemo.js"}}

Expand Down