Skip to content

Commit fb846fe

Browse files
authored
Update README.md
1 parent e07c288 commit fb846fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ With the `utils` library, implementing a positive test can be done with one line
3131
utils.test.positive(pm, null, 200);
3232
```
3333

34-
And a negative test coul be as simple as:
34+
And a negative test could be as simple as:
3535

3636
```JavaScript
3737
utils.test.negative(pm, null, 400, "BadRequest");

0 commit comments

Comments
 (0)