Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jan 26, 2021
1 parent 67db10d commit f187e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/rich-text/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ function RichTextWrapper(
const hasPastedBlocks = pastedBlocks.length > 0;
let lastPastedBlockIndex = -1;

// Consider the after value to bethe original it is not empty and
// the
// Consider the after value to be the original it is not empty and
// the before value *is* empty.
const isAfterOriginal = isEmpty( before ) && ! isEmpty( after );

// Create a block with the content before the caret if there's no pasted
Expand Down

0 comments on commit f187e62

Please sign in to comment.