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

@@ -31,7 +31,7 @@ function parseVOnProperties(
}
describe('compiler-dom: transform v-on', () => {
it('should support muliple modifiers w/ prefixIdentifiers: true', () => {
it('should support multiple modifiers w/ prefixIdentifiers: true', () => {
const [prop] = parseVOnProperties(`<div @click.stop.prevent="test"/>`, {
prefixIdentifiers: true
})