diff --git a/contributing/troubleshooting.md b/contributing/troubleshooting.md
index 41ffd6e5c0..e73eebb6e5 100644
--- a/contributing/troubleshooting.md
+++ b/contributing/troubleshooting.md
@@ -27,14 +27,14 @@ If a staging deployment is pending for more than 5-10min, try the following:
2. If that doesn't work, trigger a new staging deployment by pushing an empty commit on the command line:
```
-$ git commit --allow-empty -m'empty commit to redeploy staging'
+$ git commit --allow-empty -m 'empty commit to redeploy staging'
```
### CI stalled or stuck
:yellow_heart: If tests are stuck yellow for more than an hour, rerun CI by pushing an empty commit on the command line:
```
-$ git commit --allow-empty -m'empty commit to rerun CI'
+$ git commit --allow-empty -m 'empty commit to rerun CI'
```
## Troubleshooting failed deployments and CI
diff --git a/data/glossaries/external.yml b/data/glossaries/external.yml
index 6819f8cce0..61afbe225e 100644
--- a/data/glossaries/external.yml
+++ b/data/glossaries/external.yml
@@ -128,7 +128,7 @@
- term: commit
description: >-
A commit, or "revision", is an individual change to a file (or set of
- files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes commited along with who made them and when. Commits usually contain a
+ files). When you make a commit to save your work, Git creates a unique ID (a.k.a. the "SHA" or "hash") that allows you to keep record of the specific changes committed along with who made them and when. Commits usually contain a
commit message which is a brief description of what changes were made.
- term: commit author
description: The user who makes the commit.
@@ -140,7 +140,7 @@
description: Also known as SHA. A 40-character checksum hash that identifies the commit.
- term: commit message
description: >-
- Short, descriptive text that accompanys a commit and communicates the change
+ Short, descriptive text that accompanies a commit and communicates the change
the commit is introducing.
- term: compare branch
description: >-
@@ -406,9 +406,9 @@
convention and is not required.
- term: master
description: >-
- The default branch in many Git repositories. By default, when you create
- a new Git repository on the command line a branch called `master` is created.
- Many tools now use an alternative name for the default branch. For example,
+ The default branch in many Git repositories. By default, when you create
+ a new Git repository on the command line a branch called `master` is created.
+ Many tools now use an alternative name for the default branch. For example,
when you create a new repository on GitHub the default branch is called `main`.
- term: Members graph
description: A repository graph that shows all the forks of a repository.
@@ -458,7 +458,7 @@
- term: notification
description: >-
Updates, delivered by either the web or email depending on your settings,
- that give you information about the activites you're interested in.
+ that give you information about the activities you're interested in.
- term: OAuth App
description: >-
A third-party application that uses access tokens rather than passwords to
diff --git a/data/glossaries/internal.yml b/data/glossaries/internal.yml
index dbf8272946..f62d72cec4 100644
--- a/data/glossaries/internal.yml
+++ b/data/glossaries/internal.yml
@@ -101,7 +101,7 @@
- term: CPU
description: Central processing unit.
- term: credential helper
- description: A program that stores and fets Git credentials.
+ description: A program that stores and fetches Git credentials.
- term: creole
description: >-
A lightweight markup language, aimed at being a common markup language for
@@ -683,7 +683,7 @@
made but not yet committed.
- term: WYSIWYG
description: >-
- What You See Is What You Get. An acryonym meaning the text on the screen
+ What You See Is What You Get. An acronym meaning the text on the screen
looks exactly as it will when it's rendered.
- term: XenServer
description: A virtualization platform.
diff --git a/data/reusables/support/ghae-priorities.md b/data/reusables/support/ghae-priorities.md
index 028e6d1858..ea6cd23bc6 100644
--- a/data/reusables/support/ghae-priorities.md
+++ b/data/reusables/support/ghae-priorities.md
@@ -1,6 +1,6 @@
| Priority | Description | Examples |
| :---: | --- | --- |
| {% data variables.product.support_ticket_priority_urgent %} - Sev A | {% data variables.product.product_name %} is inaccessible or failing entirely, and the failure directly impacts the operation of your business.
_After you file a support ticket, reach out to {% data variables.contact.github_support %} via phone._ |
- Errors or outages that affect core Git or web application functionality for all users
- Severe network or performance degradation for majority of users
- Full or rapidly filling storage
- Known security incidents or a breach of access
|
-| {% data variables.product.support_ticket_priority_high %} - Sev B | {% data variables.product.product_name %} is failing in a production environment, with limited impact to your business processes, or only affecting certain customers. | - Performance degradation that reduces productivity for many users
- Reduced redundancy concerns from failures or service degradation
- Production-impacting bugs or errors
- {% data variables.product.product_name %} configuraton security concerns
|
+| {% data variables.product.support_ticket_priority_high %} - Sev B | {% data variables.product.product_name %} is failing in a production environment, with limited impact to your business processes, or only affecting certain customers. | - Performance degradation that reduces productivity for many users
- Reduced redundancy concerns from failures or service degradation
- Production-impacting bugs or errors
- {% data variables.product.product_name %} configuration security concerns
|
| {% data variables.product.support_ticket_priority_normal %} - Sev C | {% data variables.product.product_name %} is experiencing limited or moderate issues and errors with {% data variables.product.product_name %}, or you have general concerns or questions about the operation of {% data variables.product.product_name %}. | - Advice on using {% data variables.product.prodname_dotcom %} APIs and features, or questions about integrating business workflows
- Issues with user tools and data collection methods
- Upgrades
- Bug reports, general security questions, or other feature related questions
|
| {% data variables.product.support_ticket_priority_low %} - Sev D| {% data variables.product.product_name %} is functioning as expected, however, you have a question or suggestion about {% data variables.product.product_name %} that is not time-sensitive, or does not otherwise block the productivity of your team. | - Feature requests and product feedback
- General questions on overall configuration or use of {% data variables.product.product_name %}
- Notifying {% data variables.contact.github_support %} of any planned changes
|
diff --git a/data/variables/action_code_examples.yml b/data/variables/action_code_examples.yml
index aca1b38b79..ddce4d8684 100644
--- a/data/variables/action_code_examples.yml
+++ b/data/variables/action_code_examples.yml
@@ -256,7 +256,7 @@
- automation
- title: Distribute funding in free and open source projects
description: Continuous Distribution of funding to project contributors and dependencies
- languages: 'Python, Docerfile, Shell, Ruby'
+ languages: 'Python, Dockerfile, Shell, Ruby'
href: protontypes/libreselery
tags:
- sponsors
@@ -273,7 +273,7 @@
- pull request
- title: Codeowner validator
description: Ensures the correctness of your GitHub CODEOWNERS file, supports public and private GitHub repositories and also GitHub Enterprise installations
- languages: 'Go, Shell, Makefile, Docerfile'
+ languages: 'Go, Shell, Makefile, Dockerfile'
href: mszostok/codeowners-validator
tags:
- codeowners
diff --git a/includes/search-form.html b/includes/search-form.html
index 20b67350bc..180348b661 100644
--- a/includes/search-form.html
+++ b/includes/search-form.html
@@ -7,6 +7,6 @@
diff --git a/javascripts/search.js b/javascripts/search.js
index 19ad23ea66..2e68ffdbd9 100644
--- a/javascripts/search.js
+++ b/javascripts/search.js
@@ -53,7 +53,7 @@ const resultTemplate = (item) => {
`
- // Santize the link's href attribute using the DOM API to prevent XSS
+ // Sanitize the link's href attribute using the DOM API to prevent XSS
const fragment = document.createRange().createContextualFragment(html)
fragment.querySelector('a').setAttribute('href', item.modifiedURL)
const div = document.createElement('div')
@@ -69,7 +69,7 @@ export default function () {
const opts = {
// https://www.algolia.com/apps/ZI5KPY1HBE/dashboard
- // This API key is public. There's also a private API key for writing to the Aloglia API
+ // This API key is public. There's also a private API key for writing to the Algolia API
searchClient: algoliasearch('ZI5KPY1HBE', '685df617246c3a10abba589b4599288f'),
// There's an index for every version/language combination
diff --git a/middleware/trigger-error.js b/middleware/trigger-error.js
index cd111b0b7e..74bacee0ab 100644
--- a/middleware/trigger-error.js
+++ b/middleware/trigger-error.js
@@ -4,5 +4,5 @@ module.exports = async function triggerError (req, res, next) {
// prevent this from being used in production
if (process.env.NODE_ENV === 'production') return next()
- throw new Error('OH NOEZ')
+ throw new Error('Intentional error')
}
diff --git a/script/README.md b/script/README.md
index e6e425048e..935762c888 100644
--- a/script/README.md
+++ b/script/README.md
@@ -290,7 +290,7 @@ This script finds all Heroku staging apps and pings them to make sure they're al
### [`prevent-pushes-to-main.js`](prevent-pushes-to-main.js)
-This script is intended to be used as a git "prepush" hook. If the current branch is main, it will exit unsuccesfully and prevent the push.
+This script is intended to be used as a git "prepush" hook. If the current branch is main, it will exit unsuccessfully and prevent the push.
---
diff --git a/script/enterprise-server-releases/create-graphql-files.js b/script/enterprise-server-releases/create-graphql-files.js
index 80c911a0f5..d5c487cc03 100755
--- a/script/enterprise-server-releases/create-graphql-files.js
+++ b/script/enterprise-server-releases/create-graphql-files.js
@@ -47,7 +47,7 @@ if (!fs.existsSync(newSchemaFile)) {
process.exit(1)
}
-// the other files are objects with vers3091iuions as keys, so we need to require them
+// the other files are objects with versions as keys, so we need to require them
const previewsFile = path.join(graphqlStaticDir, 'previews.json')
const changesFile = path.join(graphqlStaticDir, 'upcoming-changes.json')
const objectsFile = path.join(graphqlStaticDir, 'prerendered-objects.json')
diff --git a/script/graphql/utils/process-schemas.js b/script/graphql/utils/process-schemas.js
index efc22d8703..16fde19ff2 100755
--- a/script/graphql/utils/process-schemas.js
+++ b/script/graphql/utils/process-schemas.js
@@ -348,7 +348,7 @@ module.exports = async function processSchemas (idl, previewsPerVersion) {
// add non-schema scalars and sort all scalars alphabetically
data.scalars = sortBy(data.scalars.concat(externalScalars), 'name')
- // sort all the types alphebatically
+ // sort all the types alphabetically
data.queries.connections = sortBy(data.queries.connections, 'name')
data.queries.fields = sortBy(data.queries.fields, 'name')
data.mutations = sortBy(data.mutations, 'name')
diff --git a/script/prevent-pushes-to-main.js b/script/prevent-pushes-to-main.js
index d1f23f5f5c..9d23ea5706 100644
--- a/script/prevent-pushes-to-main.js
+++ b/script/prevent-pushes-to-main.js
@@ -5,7 +5,7 @@ const { execSync } = require('child_process')
// [start-readme]
// This script is intended to be used as a git "prepush" hook.
-// If the current branch is main, it will exit unsuccesfully and prevent the push.
+// If the current branch is main, it will exit unsuccessfully and prevent the push.
// [end-readme]
diff --git a/script/prevent-translation-commits.js b/script/prevent-translation-commits.js
index 807765acdb..4580f2c978 100755
--- a/script/prevent-translation-commits.js
+++ b/script/prevent-translation-commits.js
@@ -13,7 +13,7 @@ require('dotenv').config()
// Ignore this hook in GitHub Actions workflows
if (process.env.CI) process.exit()
-// Allow this hook to be overriden with an enviroment variable
+// Allow this hook to be overriden with an environment variable
if (process.env.ALLOW_TRANSLATION_COMMITS) process.exit()
const { execSync } = require('child_process')
diff --git a/stylesheets/tables.scss b/stylesheets/tables.scss
index c10a98dfea..9423c9a011 100644
--- a/stylesheets/tables.scss
+++ b/stylesheets/tables.scss
@@ -4,7 +4,7 @@
font-size: 90%;
width: 100%;
/* We want to keep table-layout: auto so that column widths dynamically adjust;
- otherwise entries get needlessly smushed into narrow columns. As a workaround,
+ otherwise entries get needlessly squashed into narrow columns. As a workaround,
we use javascripts/wrap-code-terms.js to prevent some reference table content
from expanding beyond the horizontal boundaries of the parent element. */
table-layout: auto;
diff --git a/tests/rendering/server.js b/tests/rendering/server.js
index cb13cba6a5..d70a6bacd7 100644
--- a/tests/rendering/server.js
+++ b/tests/rendering/server.js
@@ -106,7 +106,7 @@ describe('server', () => {
test('renders a 500 page when errors are thrown', async () => {
const $ = await getDOM('/_500')
expect($('h1').text()).toBe('Ooops!')
- expect($('code').text().startsWith('Error: OH NOEZ')).toBe(true)
+ expect($('code').text().startsWith('Error: Intentional error')).toBe(true)
expect($('code').text().includes(path.join('node_modules', 'express', 'lib', 'router'))).toBe(true)
expect($.text().includes('Still need help?')).toBe(true)
expect($.res.statusCode).toBe(500)