Skip to content

Commit eb9277f

Browse files
committed
Update usage readme
1 parent a71b949 commit eb9277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Add to your `cypress/support/on-rails.js`, to `beforeEach`:
495495

496496
#### use_cassette usage
497497

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

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

0 commit comments

Comments
 (0)