We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c348a43 commit f4eb391Copy full SHA for f4eb391
blocks/block-edit/index.js
@@ -53,7 +53,7 @@ export class BlockEdit extends Component {
53
54
// `edit` and `save` are functions or components describing the markup
55
// with which a block is displayed. If `blockType` is valid, assign
56
- // them preferencially as the render value for the block.
+ // them preferentially as the render value for the block.
57
const Edit = blockType.edit || blockType.save;
58
59
// For backwards compatibility concerns adds a focus and setFocus prop
0 commit comments