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

Commit 0b83a96

Browse files
committed
Align JSDoc comments
1 parent efe03b1 commit 0b83a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/displayBlock.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import PropTypes from 'prop-types'
77
* @author WebDevStudios
88
* @param {object} block The block data.
99
* @param {number} index A unique key required by React.
10-
* @return {Element} A block-based component.
10+
* @return {Element} A block-based component.
1111
*/
1212
export default function displayBlock(block, index) {
1313
const {attributes, name} = block

0 commit comments

Comments
 (0)