Skip to content

Commit 916ad59

Browse files
committed
Update usage readme
1 parent 616cdb4 commit 916ad59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Add to your `cypress/support/on-rails.js`, to `beforeEach`:
468468

469469
#### use_cassette usage
470470

471-
There's nothing special to be called during Cypress scenario. Each request will be wrapped with `VCR.use_cassette`.
471+
There is nothing special to be called during the Cypress scenario. Each request is wrapped with `VCR.use_cassette`.
472472
Consider VCR configuration in `cypress_helper.rb` to ignore hosts.
473473

474474
All cassettes will be recorded and saved automatically, using the pattern `<vcs_cassettes_path>/graphql/<operation_name>`

0 commit comments

Comments
 (0)