浏览代码

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,