We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e257726 commit d763f89Copy full SHA for d763f89
docs/rules/expect-expect.md
@@ -74,7 +74,7 @@ test('returns sum', () => {
74
});
75
```
76
77
-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
78
special characters such as `$` with a double backslash:
79
80
```js
0 commit comments