浏览代码

Revert "fix typo"

This reverts commit 110cd4a1097255fdf3e3d04172cea97cd8c8ca99.
Konstantinos Kaloutas 2 年之前
父节点
当前提交
bc58b95040
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      e2e-tests/dnd.spec.ts

+ 1 - 1
e2e-tests/dnd.spec.ts

@@ -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.
  */
  */