Skip to content

Commit 841bb08

Browse files
authored
chore: fix typo in element test (vuejs#11085)
1 parent 7d8c4f6 commit 841bb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/modules/vdom/patch/element.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('vdom patch: element', () => {
4141
expect(elm.innerHTML).toBe('hello world')
4242
})
4343

44-
it('should create create an elements which having span and text content', () => {
44+
it('should create an elements which having span and text content', () => {
4545
const vnode = new VNode('div', {}, [
4646
new VNode('span'),
4747
createTextVNode('hello world')

0 commit comments

Comments
 (0)