Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
thormeier committed Jan 23, 2020
1 parent 02bee26 commit 4b9a504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mutations.spec.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 4b9a504

Please sign in to comment.