Skip to content

Commit b41b951

Browse files
authored
Adjusting docs on get method on wrapper #1298
1 parent 7e3f227 commit b41b951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/wrapper/get.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## get
22

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
3+
Works just like [find](../find.md) but will throw an error if nothing matching
4+
the given selector is found. You should use `find` when searching for an element
5+
that may not exist. You should use this method when getting an element that should
66
exist and it will provide a nice error message if that is not the case.
77

88
```js

0 commit comments

Comments
 (0)