Quellcode durchsuchen

Amend typos

Co-authored-by: Hugo <HugoDF@users.noreply.github.com>
Simone Todaro vor 5 Jahren
Ursprung
Commit
b376518059
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      test/for.spec.js

+ 1 - 1
test/for.spec.js

@@ -450,7 +450,7 @@ test('nested x-for event listeners', async () => {
 })
 
 
-test('listener are bound correctyl on update', async () => {
+test('listeners are bound correctly on update', async () => {
     global.data = function() {
         return {
             page: 0,