Skip to content

Commit

Permalink
fix wrong method name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xanf committed Oct 3, 2021
1 parent da2dc77 commit 91a0eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/wrapper/findComponent.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ expect(barRef.exists()).toBe(true)
```

::: warning Usage with CSS selectors
Using `findAllComponents` with CSS selector might have confusing behavior
Using `findComponent` with CSS selector might have confusing behavior

Consider this example:

Expand Down

0 comments on commit 91a0eff

Please sign in to comment.