Skip to content

Commit fc0f8cf

Browse files
author
Ahmad Awais
committed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

block/03-block-editable/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
var __ = wp.i18n.__; // The __() for internationalization.
1414
var el = wp.element.createElement; // The wp.element.createElement() function to create elements.
1515
var Editable = wp.blocks.Editable; // Editable component of React.
16-
var children = wp.blocks.query.children; // The childern() function to extract child nodes from a paragraph of rich text.
16+
var children = wp.blocks.query.children; // The children() function to extract child nodes from a paragraph of rich text.
1717
var registerBlockType = wp.blocks.registerBlockType; // The registerBlockType() to register blocks.
1818

1919
/**

block/04-tweet/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
var __ = wp.i18n.__; // The __() for internationalization.
1515
var el = wp.element.createElement; // The wp.element.createElement() function to create elements.
1616
var Editable = wp.blocks.Editable; // Editable component of React.
17-
var children = wp.blocks.query.children; // The childern() function to extract child nodes from a paragraph of rich text.
17+
var children = wp.blocks.query.children; // The children() function to extract child nodes from a paragraph of rich text.
1818
var registerBlockType = wp.blocks.registerBlockType; // The registerBlockType() to register blocks.
1919

2020
/**

0 commit comments

Comments
 (0)