Skip to content

Commit 631c328

Browse files
authored
Fix typo in README (#5)
1 parent 48a6589 commit 631c328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ test('should handle error response', () => {
148148
Matches iterator against given yield values
149149

150150
```js
151-
expect(itetaor).toMatchYields([
151+
expect(iterator).toMatchYields([
152152
[callAPI()]
153153
])
154154
```

0 commit comments

Comments
 (0)