From 7dedac3dd509cd9e57ef63dc46d5a993ea18acd0 Mon Sep 17 00:00:00 2001 From: Arie Shapiro <37379037+ArieShapiro@users.noreply.github.com> Date: Tue, 16 Jun 2020 16:52:28 +0200 Subject: [PATCH] Update UsingMatchers.md (#10161) Co-authored-by: ran shapiro --- docs/UsingMatchers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {