We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864b586 commit 3483124Copy full SHA for 3483124
docs/svelte-testing-library/api.mdx
@@ -119,7 +119,7 @@ Use `container.firstChild` to get the first rendered element of your component.
119
:::caution
120
121
Prior to `@testing-library/[email protected]`, `container` was set to the base
122
-elemen. Use `container.firstChild.firstChild` to get the first rendered element
+element. Use `container.firstChild.firstChild` to get the first rendered element
123
of the component in earlier versions.
124
125
:::
0 commit comments