瀏覽代碼

Fix typo.

Pascal Thormeier 5 年之前
父節點
當前提交
4b9a5040d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/mutations.spec.js

+ 1 - 1
test/mutations.spec.js

@@ -1,6 +1,6 @@
 import Alpine from 'alpinejs'
 
-test('catch disconnected nodes that were used as targets in for any mutations', async () => {
+test('catch disconnected nodes that were used as targets for any mutations', async () => {
     const runObservers = []
 
     global.MutationObserver = class {