Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling in scripts: e.g. means exempli gratia #31980

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -28,7 +28,7 @@ export const githubOwnedActionReferences = {
addError(
onError,
lineNumber,
`The string ${match} is hardcoding a reference to a GitHub-owned action. You should use the reusables for the action. e.g {% data reusables.actions.action-checkout %}.`,
`The string ${match} is hardcoding a reference to a GitHub-owned action. You should use the reusables for the action. e.g. {% data reusables.actions.action-checkout %}.`,
ellipsify(line),
range,
null, // No fix possible
Expand Down
2 changes: 1 addition & 1 deletion src/search/scripts/analyze-text.js
Expand Up @@ -24,7 +24,7 @@ import { allVersions } from '#src/versions/lib/all-versions.js'
dotenv.config()

// Create an object that maps the "short name" of a version to
// all information about it. E.g
// all information about it. E.g.
//
// {
// 'ghes-3.5': {
Expand Down
2 changes: 1 addition & 1 deletion src/search/scripts/index-elasticsearch.js
Expand Up @@ -23,7 +23,7 @@ import { allVersions } from '#src/versions/lib/all-versions.js'
dotenv.config()

// Create an object that maps the "short name" of a version to
// all information about it. E.g
// all information about it. E.g.
//
// {
// 'ghes-3.5': {
Expand Down