This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import styles from './Columns.module.css'
13
13
* @param {object } props.children React children.
14
14
* @param {object } props.style Custom columns styles.
15
15
* @param {string } props.verticalAlignment Vertical alignment of columns.
16
- * @param {boolean } props.isStackedOnMobile Checks if the columns are stacked.
16
+ * @param {boolean } props.isStackedOnMobile Checks if the columns are stacked.
17
17
* @return {Element } The Columns component.
18
18
*/
19
19
export default function Columns ( {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import PropTypes from 'prop-types'
17
17
* @param {object } props.innerBlocks The array of inner blocks to display.
18
18
* @param {object } props.style The style attributes.
19
19
* @param {string } props.textColorHex The text color hex value.
20
- * @param {boolean } props.isStackedOnMobile Checks if the columns are stacked.
20
+ * @param {boolean } props.isStackedOnMobile Checks if the columns are stacked.
21
21
* @param {string } props.verticalAlignment Vertical alignment of columns.
22
22
* @return {Element } The Columns component.
23
23
*/
You can’t perform that action at this time.
0 commit comments