Skip to content

Commit 91a0eff

Browse files
authored
fix wrong method name in docs
1 parent da2dc77 commit 91a0eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/wrapper/findComponent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ expect(barRef.exists()).toBe(true)
2626
```
2727

2828
::: warning Usage with CSS selectors
29-
Using `findAllComponents` with CSS selector might have confusing behavior
29+
Using `findComponent` with CSS selector might have confusing behavior
3030

3131
Consider this example:
3232

0 commit comments

Comments
 (0)