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 5f73805 commit 8f279e8Copy full SHA for 8f279e8
docs/api/wrapper/destroy.md
@@ -18,7 +18,7 @@ mount({
18
expect(spy.calledOnce).toBe(true)
19
```
20
21
-if `attachToDocument` was set to `true` when mounted, the component dom elements will
+if `attachToDocument` was set to `true` when mounted, the component DOM elements will
22
also be removed from the document.
23
24
For functional components, `destroy` only removes the rendered dom elements from the document.
0 commit comments