소스 검색

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,