From ccec2ee9911e9ddc7cd562d2bea112da856c2b51 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 20 Dec 2020 23:59:56 +0100 Subject: [PATCH] update --- packages/material-ui/src/Collapse/Collapse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui/src/Collapse/Collapse.js b/packages/material-ui/src/Collapse/Collapse.js index 48a17eca063a86..68347e8a61825f 100644 --- a/packages/material-ui/src/Collapse/Collapse.js +++ b/packages/material-ui/src/Collapse/Collapse.js @@ -243,7 +243,7 @@ Collapse.propTypes = { className: PropTypes.string, /** * The height of the container when collapsed. - * @deprecated The prop was renamed to support the vertical orientation, use `collapsedSize` instead. + * @deprecated The prop was renamed to support the addition of horizontal orientation, use `collapsedSize` instead. */ collapsedHeight: deprecatedPropType( PropTypes.oneOfType([PropTypes.number, PropTypes.string]),