Skip to content

Commit

Permalink
docs(expect-expect): fix typo (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 16, 2021
1 parent e257726 commit d763f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/expect-expect.md
Expand Up @@ -74,7 +74,7 @@ test('returns sum', () => {
});
```

Since the string is compiled into aa regular expression, you'll need to escape
Since the string is compiled into a regular expression, you'll need to escape
special characters such as `$` with a double backslash:

```js
Expand Down

0 comments on commit d763f89

Please sign in to comment.