Skip to content

Commit 47c1cb5

Browse files
Apply suggestions from code review
Signed-off-by: Sam Sycamore <[email protected]>
1 parent 5ffb408 commit 47c1cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data/material/components/dialogs/dialogs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Dialogs are purposefully interruptive, so they should be used sparingly.
2121

2222
Dialogs are implemented using a collection of related components:
2323

24-
- Dialog: the Dialog itself is a container that includes anything needed to be in the modal.
24+
- Dialog: the parent component that renders the modal.
2525
- Dialog Title: a wrapper used for the title of a Dialog.
2626
- Dialog Actions: an optional container for a Dialog's Buttons.
2727
- Dialog Content: an optional container for displaying the Dialog's content.
28-
- Dialog Content Text: a wrapper used for text inside `<DialogContent>`. -
28+
- Dialog Content Text: a wrapper for text inside of `<DialogContent />`.
2929
- Slide: optional [Transition](https://mui.com/material-ui/transitions/#slide) used to slide the Dialog in from the edge of the screen.
3030

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

0 commit comments

Comments
 (0)