Skip to content

Commit

Permalink
Update packages/material-ui/src/SnackbarContent/SnackbarContent.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
dimitropoulos and oliviertassinari authored Dec 26, 2019
1 parent ffa0b05 commit 84e233c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const SnackbarContent = React.forwardRef(function SnackbarContent(props, ref) {

SnackbarContent.propTypes = {
/**
* The action to display. It renders after the message, at the end of the alert.
* The action to display. It renders after the message, at the end of the snackbar.
*/
action: PropTypes.node,
/**
Expand Down

0 comments on commit 84e233c

Please sign in to comment.