Skip to content

Commit 5f73805

Browse files
Update docs/api/options.md
Co-Authored-By: tmorehouse <[email protected]>
1 parent 5dfed27 commit 5f73805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
207207
Component will be attached to DOM when rendered if set to `true`.
208208

209209
When attaching to the DOM, you should call `wrapper.destroy()` at the end of your test to
210-
remove the rendered elements from the document and destroy the component insatance.
210+
remove the rendered elements from the document and destroy the component instance.
211211

212212
## attrs
213213

0 commit comments

Comments
 (0)