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 7e3f227 commit b41b951Copy full SHA for b41b951
docs/api/wrapper/get.md
@@ -1,8 +1,8 @@
1
## get
2
3
-Works just like [find](../find.md) but will throw an error if selector not
4
-matching anything. You should use `find` when searching for an element that
5
-may not exist. You should use this method when getting an element that should
+Works just like [find](../find.md) but will throw an error if nothing matching
+the given selector is found. You should use `find` when searching for an element
+that may not exist. You should use this method when getting an element that should
6
exist and it will provide a nice error message if that is not the case.
7
8
```js
0 commit comments