Skip to content

Commit cd561da

Browse files
committed
Install @wordpress/editor package
1 parent 310ea5b commit cd561da

File tree

3 files changed

+2091
-458
lines changed

3 files changed

+2091
-458
lines changed

assets/src/block-validation/components/error/error-content.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ BlockType.propTypes = {
177177
*
178178
* @param {Object} props Component props.
179179
* @param {Object} props.blockType Block type details.
180-
* @param {boolean} props.isExternal Flag indicating if the error comes from outside of post content.
180+
* @param {boolean} props.isExternal Flag indicating if the error comes from outside of post content.
181181
* @param {boolean} props.removed Flag indicating if the block has been removed.
182182
* @param {string} props.clientId Block client ID
183183
* @param {number} props.status Number indicating the error status.

0 commit comments

Comments
 (0)