Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlewis committed Apr 11, 2018
1 parent b5b2cba commit 259eef6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/ExpectAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ describe('not.stringContaining', () => {

### `expect.not.stringMatching(string | regexp)`

`expect.not.stringMatching(string | regexp)` matches the received string that does not
match the expected regexp.
`expect.not.stringMatching(string | regexp)` matches the received string that
does not match the expected regexp.

It is the inverse of `expect.stringMatching`.

Expand Down Expand Up @@ -384,8 +384,8 @@ exact expected string.

### `expect.stringMatching(string | regexp)`

`expect.stringMatching(string | regexp)` matches the received string that matches the
expected regexp.
`expect.stringMatching(string | regexp)` matches the received string that
matches the expected regexp.

You can use it instead of a literal value:

Expand Down

0 comments on commit 259eef6

Please sign in to comment.