diff --git a/docs/accessibility/guides/block-pull-requests.mdx b/docs/accessibility/guides/block-pull-requests.mdx
index 6174c0620e..54e23ea762 100644
--- a/docs/accessibility/guides/block-pull-requests.mdx
+++ b/docs/accessibility/guides/block-pull-requests.mdx
@@ -18,7 +18,7 @@ The [Cypress Accessibility Results API](/accessibility/results-api) allows you t
diff --git a/docs/app/guides/authentication-testing/azure-active-directory-authentication.mdx b/docs/app/guides/authentication-testing/azure-active-directory-authentication.mdx
index 043b8ec8cb..b23fe59cd8 100644
--- a/docs/app/guides/authentication-testing/azure-active-directory-authentication.mdx
+++ b/docs/app/guides/authentication-testing/azure-active-directory-authentication.mdx
@@ -252,7 +252,7 @@ We hope this guide was able to get you up and running with
[`cy.origin()`](/api/commands/origin) and
[`cy.session()`](/api/commands/session). If you ran into any issues while
following this guide, or have any feedback, please let us know and submit a
-[Github issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
+[GitHub issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
Happy testing!
## See also
diff --git a/docs/app/guides/authentication-testing/social-authentication.mdx b/docs/app/guides/authentication-testing/social-authentication.mdx
index b21e33bef4..c66ec5b9f3 100644
--- a/docs/app/guides/authentication-testing/social-authentication.mdx
+++ b/docs/app/guides/authentication-testing/social-authentication.mdx
@@ -431,7 +431,7 @@ We hope this guide was able to get you up and running with
[`cy.origin()`](/api/commands/origin) and
[`cy.session()`](/api/commands/session). If you ran into any issues while
following this guide, or have any feedback, please let us know and submit a
-[Github issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
+[GitHub issue](https://github.com/cypress-io/cypress-documentation/issues/new/choose).
Happy testing!
## See also
diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx
index 43b7d2c710..f6c16249ef 100644
--- a/docs/app/references/changelog.mdx
+++ b/docs/app/references/changelog.mdx
@@ -2994,7 +2994,7 @@ _Released 8/30/2022_
- Fixed an issue where snapshots performed in XHR requests could reflect the
primary domain instead of current domain. Fixes
[#21496](https://github.com/cypress-io/cypress/issues/21496).
-- An update was made to correctly track Github Actions retries in the Cypress
+- An update was made to correctly track GitHub Actions retries in the Cypress
Dashboard. Previously retries data was not being recorded. Addressed in
[#23445](https://github.com/cypress-io/cypress/pull/23445).
- Fixed an issue where an internal TypeScript type was exposed globally. Fixes
diff --git a/docs/cloud/faq.mdx b/docs/cloud/faq.mdx
index 4388c4f049..703898277e 100644
--- a/docs/cloud/faq.mdx
+++ b/docs/cloud/faq.mdx
@@ -114,7 +114,7 @@ Please see our [Pricing Page](https://www.cypress.io/pricing) for more details.
### What is the difference between public and private projects?
**A public project** means that anyone can see the recorded runs for it. It's
-similar to how public projects on Github, Travis, or CircleCI are handled.
+similar to how public projects on GitHub, Travis, or CircleCI are handled.
Anyone who knows your `projectId` will be able to see the recorded runs,
screenshots, and videos for public projects.
diff --git a/src/data/plugins.json b/src/data/plugins.json
index 19f660b3d4..8b335c8dea 100644
--- a/src/data/plugins.json
+++ b/src/data/plugins.json
@@ -99,7 +99,7 @@
"badge": "official"
},
{
- "name": "Cypress Github Actions",
+ "name": "Cypress GitHub Actions",
"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.",
"link": "https://github.com/cypress-io/github-action",
"keywords": ["continuous-integration", "github-actions"],
@@ -1117,7 +1117,7 @@
"link":"https://github.com/pushpak1300/cypress-mailpit",
"keywords":["mailpit", "email", "test", "commands", "email"],
"badge":"community"
- },
+ },
{
"name":"cypress-sql",
"description":"The @dankieu/cypress-sql package supports the following database connections Sql server, Mysql, OracleDB, Postgress",