Skip to content

Commit

Permalink
Fix typos in CLI errors.js (#1138)
Browse files Browse the repository at this point in the history
* Fixed typos in errors.js

* Revert "Fixed typos in errors.js"

This reverts commit 99085af.

* Fixed typos in errors.js

* Fixed typo in errors spec snapshot

Hopefully tests should be passing now

* Fixed typo in verify spec snapshot
  • Loading branch information
adam-binks authored and jennifer-shehane committed Jan 2, 2018
1 parent 5e0e5aa commit 0cb9092
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/__snapshots__/errors_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Read our documentation on dependencies for more information:
https://on.cypress.io/required-dependencies
If you using Docker, we provide containers with all required dependencies installed.
If you are using Docker, we provide containers with all required dependencies installed.
----------
Platform: test platform (test release)
Expand Down
4 changes: 2 additions & 2 deletions cli/__snapshots__/verify_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The error below should indicate which dependency is missing.
https://on.cypress.io/required-dependencies
If you using Docker, we provide containers with all required dependencies installed.
If you are using Docker, we provide containers with all required dependencies installed.
----------
an error about dependencies
Expand Down Expand Up @@ -118,7 +118,7 @@ Read our documentation on dependencies for more information:
https://on.cypress.io/required-dependencies
If you using Docker, we provide containers with all required dependencies installed.
If you are using Docker, we provide containers with all required dependencies installed.
----------
Caught error trying to run XVFB: "test without xvfb"
Expand Down
4 changes: 2 additions & 2 deletions cli/lib/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const missingXvfb = {
${requiredDependenciesUrl}
If you using Docker, we provide containers with all required dependencies installed.
If you are using Docker, we provide containers with all required dependencies installed.
`,
}

Expand All @@ -65,7 +65,7 @@ const missingDependency = {
${requiredDependenciesUrl}
If you using Docker, we provide containers with all required dependencies installed.
If you are using Docker, we provide containers with all required dependencies installed.
`,
}

Expand Down

0 comments on commit 0cb9092

Please sign in to comment.