Bläddra i källkod

Revert "fix typo"

This reverts commit 8df2bec8e0e01df11d8d156d9d9772274dfbf163.
Konstantinos Kaloutas 2 år sedan
förälder
incheckning
da6ee479a2
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.
  *
  * When we drag and drop a block, it should always be moved under the target element,
- * unless the target is the first element of its container. In that case, if we drop
+ * unless the targer is the first element of its container. In that case, if we drop
  * it at the top half of the target, it should be moved on top of it.
  */