diff --git a/docs/api/commands/intercept.mdx b/docs/api/commands/intercept.mdx index 2c18f33ebb..b30a8a2e09 100644 --- a/docs/api/commands/intercept.mdx +++ b/docs/api/commands/intercept.mdx @@ -268,7 +268,8 @@ cy.intercept({ // matches: // PUT /users/1 // PATCH /users/1 -// doesn't match +// +// doesn't match: // GET /users // GET /users/1