Revert "fix typo"

This reverts commit 110cd4a109.
pull/9907/head
Konstantinos Kaloutas 2023-07-24 13:11:38 +03:00
parent da6ee479a2
commit bc58b95040
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { createRandomPage, enterNextBlock } from './utils'
* Drag and Drop tests. * Drag and Drop tests.
* *
* When we drag and drop a block, it should always be moved under the target element, * When we drag and drop a block, it should always be moved under the target element,
* unless the targer is the first element of its container. In that case, if we drop * unless the targer is the first element of its container. In thas case, if we drop
* it at the top half of the target, it should be moved on top of it. * it at the top half of the target, it should be moved on top of it.
*/ */