diff --git a/source/api/commands/route.md b/source/api/commands/route.md index 433265bedc..6a0a2b5986 100644 --- a/source/api/commands/route.md +++ b/source/api/commands/route.md @@ -346,7 +346,7 @@ If you'd like to override this, explicitly pass in `headers` as an object litera ```javascript cy.route({ url: '**/user-image.png', - response: 'fx:logo.png,binary' // binary encoding + response: 'fx:logo.png,binary', // binary encoding headers: { // set content-type headers 'content-type': 'binary/octet-stream'