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

Commit b2468ac

Browse files
committed
add space and period.
1 parent 8798791 commit b2468ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions/displayBlock.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ import PropTypes from 'prop-types'
33

44
/**
55
* Decide which block component to display.
6+
*
67
* @author WebDevStudios
78
* @param {object} block The block data.
89
* @param {number} index A unique key required by React.
910
* @param {object} siteSettings Global settings.
10-
* @return {node} A block-based component
11+
* @return {node} A block-based component.
1112
*/
1213
export default function displayBlock(block, index, siteSettings) {
1314
const {attributes, name} = block

0 commit comments

Comments
 (0)