Skip to content

Commit

Permalink
Typo: preferencially -> preferentially
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Mar 9, 2018
1 parent c348a43 commit f4eb391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/block-edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class BlockEdit extends Component {

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

// For backwards compatibility concerns adds a focus and setFocus prop
Expand Down

0 comments on commit f4eb391

Please sign in to comment.