Skip to content

Commit

Permalink
docs: fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodezen committed Sep 4, 2020
1 parent 920e3f7 commit 53f9b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/api/commands/route2.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ cy.route2('/users/**', (req) => {

/**
* Continue the HTTP response to the browser, including any modifications made to `res`.
* If the function returns a Promise, it will be implicitly called when the promise resolves.
* If the function returns a Promise, it will be implicitly called when the Promise resolves.
* Otherwise, it will be implicitly called once the function finishes
*/
send(): void
Expand Down

0 comments on commit 53f9b9d

Please sign in to comment.