Skip to content

Commit 2d47341

Browse files
committed
Write GitHub consistently
1 parent e264503 commit 2d47341

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/accessibility/guides/block-pull-requests.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [Cypress Accessibility Results API](/accessibility/results-api) allows you t
1818
<DocsImage
1919
src="/img/accessibility/guides/github-actions-a11y-block.png"
2020
width="75%"
21-
alt="On the left hand side, a list of Github Actions jobs is presented related to building, testing and deploying a website. Everything has a green checkmark except the `verify-accessibility-results` job, and the 'test' job that is its parents. On the right hand side we see the terminal output for that job which warns us that the 'button-name' rule has been broken, and that it was previously passing."
21+
alt="On the left hand side, a list of GitHub Actions jobs is presented related to building, testing and deploying a website. Everything has a green checkmark except the `verify-accessibility-results` job, and the 'test' job that is its parents. On the right hand side we see the terminal output for that job which warns us that the 'button-name' rule has been broken, and that it was previously passing."
2222
noBorder={true}
2323
/>
2424

docs/app/guides/authentication-testing/azure-active-directory-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ We hope this guide was able to get you up and running with
252252
[`cy.origin()`](/api/commands/origin) and
253253
[`cy.session()`](/api/commands/session). If you ran into any issues while
254254
following this guide, or have any feedback, please let us know and submit a
255-
[Github issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
255+
[GitHub issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
256256
Happy testing!
257257

258258
## See also

docs/app/guides/authentication-testing/social-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ We hope this guide was able to get you up and running with
431431
[`cy.origin()`](/api/commands/origin) and
432432
[`cy.session()`](/api/commands/session). If you ran into any issues while
433433
following this guide, or have any feedback, please let us know and submit a
434-
[Github issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
434+
[GitHub issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
435435
Happy testing!
436436

437437
## See also

docs/app/references/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2994,7 +2994,7 @@ _Released 8/30/2022_
29942994
- Fixed an issue where snapshots performed in XHR requests could reflect the
29952995
primary domain instead of current domain. Fixes
29962996
[#21496](https://github.com/cypress-io/cypress/issues/21496).
2997-
- An update was made to correctly track Github Actions retries in the Cypress
2997+
- An update was made to correctly track GitHub Actions retries in the Cypress
29982998
Dashboard. Previously retries data was not being recorded. Addressed in
29992999
[#23445](https://github.com/cypress-io/cypress/pull/23445).
30003000
- Fixed an issue where an internal TypeScript type was exposed globally. Fixes

docs/cloud/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Please see our [Pricing Page](https://www.cypress.io/pricing) for more details.
114114
### <Icon name="angle-right" /> What is the difference between public and private projects?
115115

116116
**A public project** means that anyone can see the recorded runs for it. It's
117-
similar to how public projects on Github, Travis, or CircleCI are handled.
117+
similar to how public projects on GitHub, Travis, or CircleCI are handled.
118118
Anyone who knows your `projectId` will be able to see the recorded runs,
119119
screenshots, and videos for public projects.
120120

src/data/plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"badge": "official"
100100
},
101101
{
102-
"name": "Cypress Github Actions",
102+
"name": "Cypress GitHub Actions",
103103
"description": "GitHub Action for running Cypress end-to-end and component tests. Includes npm, pnpm and Yarn installation, custom caching and lots of configuration options.",
104104
"link": "https://github.com/cypress-io/github-action",
105105
"keywords": ["continuous-integration", "github-actions"],
@@ -1117,7 +1117,7 @@
11171117
"link":"https://github.com/pushpak1300/cypress-mailpit",
11181118
"keywords":["mailpit", "email", "test", "commands", "email"],
11191119
"badge":"community"
1120-
},
1120+
},
11211121
{
11221122
"name":"cypress-sql",
11231123
"description":"The @dankieu/cypress-sql package supports the following database connections Sql server, Mysql, OracleDB, Postgress",

0 commit comments

Comments
 (0)