diff --git a/docs/UsingMatchers.md b/docs/UsingMatchers.md index ef52762c91fa..eb00e44e82d5 100644 --- a/docs/UsingMatchers.md +++ b/docs/UsingMatchers.md @@ -138,7 +138,7 @@ test('the shopping list has beer on it', () => { ## Exceptions -If you want to test that a particular function throws an error when it's called, use `toThrow`. +If you want to test whether a particular function throws an error when it's called, use `toThrow`. ```js function compileAndroidCode() {