chore: typos [ci-skip] (#323)
This commit is contained in:
committed by
Evan You
parent
1722dc05c5
commit
6c80e13986
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user