Skip to content

Commit ef515d2

Browse files
authored
Merge pull request #502 from kevinold/patch-1
Fix typo
2 parents 5c03dbc + 445d0a9 commit ef515d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/cypress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ cy.server()
282282
```
283283

284284
### Tip: Asserting an Http request response
285-
You can assert requests withtout mocking using `route` `onRequest` / `onResponse` e.g.
285+
You can assert requests without mocking using `route` `onRequest` / `onResponse` e.g.
286286

287287
```ts
288288
cy.route({

0 commit comments

Comments
 (0)