Skip to content

Commit

Permalink
Fix typo from #44083 (#44358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Sep 26, 2022
1 parent 5d1699a commit 4b6bb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/writing-flow.spec.js
Expand Up @@ -700,7 +700,7 @@ test.describe( 'Writing Flow', () => {
const x = paragraphRect.x + ( 2 * paragraphRect.width ) / 3;
const y = paragraphRect.y + paragraphRect.height + 1;

// The typing observer requires two mouse moves to dectect and actual
// The typing observer requires two mouse moves to detect an actual
// move.
await page.mouse.move( x - 1, y - 1 );
await page.mouse.move( x, y );
Expand Down

0 comments on commit 4b6bb1a

Please sign in to comment.