Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit d2a6be4

Browse files
committed
lint
1 parent ac238a0 commit d2a6be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/atoms/Columns/Columns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import styles from './Columns.module.css'
1313
* @param {object} props.children React children.
1414
* @param {object} props.style Custom columns styles.
1515
* @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.
1717
* @return {Element} The Columns component.
1818
*/
1919
export default function Columns({

components/blocks/core/BlockColumns/BlockColumns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import PropTypes from 'prop-types'
1717
* @param {object} props.innerBlocks The array of inner blocks to display.
1818
* @param {object} props.style The style attributes.
1919
* @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.
2121
* @param {string} props.verticalAlignment Vertical alignment of columns.
2222
* @return {Element} The Columns component.
2323
*/

0 commit comments

Comments
 (0)