From 84e233c4f5bb74e7d60f98a12730cc2f3b64a4fc Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Thu, 26 Dec 2019 11:14:44 -0500 Subject: [PATCH] Update packages/material-ui/src/SnackbarContent/SnackbarContent.js Co-Authored-By: Olivier Tassinari --- packages/material-ui/src/SnackbarContent/SnackbarContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui/src/SnackbarContent/SnackbarContent.js b/packages/material-ui/src/SnackbarContent/SnackbarContent.js index 9969f4c69db053..1e73cd75931198 100644 --- a/packages/material-ui/src/SnackbarContent/SnackbarContent.js +++ b/packages/material-ui/src/SnackbarContent/SnackbarContent.js @@ -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, /**