Skip to content

Commit

Permalink
Fix interse typo in asserts docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince authored and isaacs committed May 17, 2018
1 parent c1070a7 commit 3336514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asserts/index.md
Expand Up @@ -234,7 +234,7 @@ Synonyms: `t.has`, `t.hasFields`, `t.matches`, `t.similar`, `t.like`,

## t.notMatch(found, pattern, message, extra)

Interse of `match()`
Inverse of `match()`

Verify that the found object does not match the pattern provided.

Expand Down

0 comments on commit 3336514

Please sign in to comment.