Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ff7f44

Browse files
fix typo in expectations.md, whether instead of wheter
1 parent f3ea9e5 commit 5ff7f44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguide/expectations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ SUCCESS
10961096
10971097
## to_be_within of
10981098
1099-
Determines wheter expected value is within range (tolerance) from another value.
1099+
Determines whether expected value is within range (tolerance) from another value.
11001100
11011101
The logical formual used for calcuating the matcher is:
11021102
```
@@ -1177,7 +1177,7 @@ Failures:
11771177
11781178
## to_be_within_pct of
11791179
1180-
Determines wheter actual value is within percentage range of expected value.
1180+
Determines whether actual value is within percentage range of expected value.
11811181
The matcher only works with `number` data-type.
11821182
11831183
The percentage deviation (distance) must be expressed as a non-negative number.

0 commit comments

Comments
 (0)