Skip to content

Commit d763f89

Browse files
authored
docs(expect-expect): fix typo (#761)
1 parent e257726 commit d763f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/expect-expect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test('returns sum', () => {
7474
});
7575
```
7676

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

8080
```js

0 commit comments

Comments
 (0)