chore: fix typos (#1090)

This commit is contained in:
HiiTea
2020-05-01 21:42:58 +08:00
committed by GitHub
parent a6a939f5e0
commit 22717772dd
25 changed files with 42 additions and 42 deletions

View File

@@ -759,7 +759,7 @@ describe('reactivity/effect', () => {
expect(fnSpy).toHaveBeenCalledTimes(1)
})
it('should trigger all effects when array lenght is set 0', () => {
it('should trigger all effects when array length is set 0', () => {
const observed: any = reactive([1])
let dummy, record
effect(() => {