Skip to content

Commit 5ee369c

Browse files
committed
docs: linting
1 parent a34e5b1 commit 5ee369c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/wrapper/get.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { mount } from '@vue/test-utils'
1111
const wrapper = mount(Foo)
1212

1313
// similar to `wrapper.find`.
14-
`get` will throw an error if an element is not found. `find` will do nothing.
14+
// `get` will throw an error if an element is not found. `find` will do nothing.
1515
expect(wrapper.get('.does-exist'))
1616

1717
expect(() => wrapper.get('.does-not-exist'))

0 commit comments

Comments
 (0)