Skip to content

Commit 4dae3be

Browse files
philiplambokDobromir Hristov
authored and
Dobromir Hristov
committed
fix: small typo in api docs. (#1404)
1 parent 5d892bb commit 4dae3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ shallowMount(Component, {
148148
```
149149

150150
::: warning Root Element required
151-
Due to the internal implementatioj of this feature, the slot content has to return a root element, even though a scoped slot is allowed to return an array of elements.
151+
Due to the internal implementation of this feature, the slot content has to return a root element, even though a scoped slot is allowed to return an array of elements.
152152

153153
If you ever need this in a test, the recommended workaround is to wrap the component under test in another component and mount that one:
154154
:::

0 commit comments

Comments
 (0)