Преглед изворни кода

Amend typos

Co-authored-by: Hugo <HugoDF@users.noreply.github.com>
Simone Todaro пре 5 година
родитељ
комит
b376518059
1 измењених фајлова са 1 додато и 1 уклоњено
  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,