We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfed27 commit 5f73805Copy full SHA for 5f73805
docs/api/options.md
@@ -207,7 +207,7 @@ expect(wrapper.vm.$route).toBeInstanceOf(Object)
207
Component will be attached to DOM when rendered if set to `true`.
208
209
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.
+remove the rendered elements from the document and destroy the component instance.
211
212
## attrs
213
0 commit comments