Skip to content

Commit

Permalink
Update documentation/assertions/array-like/to-contain.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Lind <andreaslindpetersen@gmail.com>
  • Loading branch information
gustavnikolaj and papandreou committed Sep 8, 2020
1 parent 30d2581 commit a835e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/assertions/array-like/to-contain.md
Expand Up @@ -47,7 +47,7 @@ not to contain { name: 'Jane Doe' }
]
```

You can use the `exhaustively` flag to indicate that you want no other items to
You can use the `only` flag to indicate that you want no other items to
be in the subject.

```js
Expand Down

0 comments on commit a835e27

Please sign in to comment.