Skip to content

Commit f4eb391

Browse files
committed
Typo: preferencially -> preferentially
1 parent c348a43 commit f4eb391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/block-edit/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class BlockEdit extends Component {
5353

5454
// `edit` and `save` are functions or components describing the markup
5555
// with which a block is displayed. If `blockType` is valid, assign
56-
// them preferencially as the render value for the block.
56+
// them preferentially as the render value for the block.
5757
const Edit = blockType.edit || blockType.save;
5858

5959
// For backwards compatibility concerns adds a focus and setFocus prop

0 commit comments

Comments
 (0)