chore: typos [ci-skip] (#323)

This commit is contained in:
Carlos Rodrigues
2019-10-17 20:01:51 +01:00
committed by Evan You
parent 1722dc05c5
commit 6c80e13986
5 changed files with 5 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ describe('test renderer', () => {
expect(serialize(root)).toBe(`<div><span>1</span></div>`)
})
it('should be able to trigger events with muliple listeners', async () => {
it('should be able to trigger events with multiple listeners', async () => {
const count = ref(0)
const count2 = ref(1)