Skip to content

Commit 852819a

Browse files
ArieShapiroran shapiro
and
ran shapiro
authored
Update UsingMatchers.md (#10161)
Co-authored-by: ran shapiro <[email protected]>
1 parent 7192a3e commit 852819a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/UsingMatchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ test('the shopping list has beer on it', () => {
138138

139139
## Exceptions
140140

141-
If you want to test that a particular function throws an error when it's called, use `toThrow`.
141+
If you want to test whether a particular function throws an error when it's called, use `toThrow`.
142142

143143
```js
144144
function compileAndroidCode() {

0 commit comments

Comments
 (0)