Skip to content

chore: non-content typo cleanup #1073

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

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/glossaries/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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: >-
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/glossaries/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2966,7 +2966,7 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
committedDate: DateTime!

"""
Check if commited via GitHub web UI.
Check if committed via GitHub web UI.
"""
committedViaWeb: Boolean!

Expand Down Expand Up @@ -5268,7 +5268,7 @@ input CreateTeamDiscussionInput {
clientMutationId: String

"""
If true, restricts the visiblity of this discussion to team members and
If true, restricts the visibility of this discussion to team members and
organization admins. If false or not specified, allows any organization member
to view this discussion.
"""
Expand Down Expand Up @@ -10339,7 +10339,7 @@ enum GitSignatureState {
NO_USER

"""
Valid siganture, though certificate revocation check failed
Valid signature, though certificate revocation check failed
"""
OCSP_ERROR

Expand Down Expand Up @@ -16863,7 +16863,7 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
restoredCustomEmailRoutingsCount: Int

"""
The number of issue assignemnts for the restored member.
The number of issue assignments for the restored member.
"""
restoredIssueAssignmentsCount: Int

Expand Down Expand Up @@ -19002,7 +19002,7 @@ type PinnedIssueEdge @preview(toggledBy: "elektra-preview") {
}

"""
An ISO-8601 encoded UTC date string with millisecond precison.
An ISO-8601 encoded UTC date string with millisecond precision.
"""
scalar PreciseDateTime

Expand Down Expand Up @@ -28787,7 +28787,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
dismissReason: String

"""
When was the alert dimissed?
When was the alert dismissed?
"""
dismissedAt: DateTime

Expand All @@ -28808,7 +28808,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
securityAdvisory: SecurityAdvisory

"""
The associated security vulnerablity
The associated security vulnerability
"""
securityVulnerability: SecurityVulnerability

Expand Down
16 changes: 8 additions & 8 deletions data/graphql/ghes-2.19/schema.docs-enterprise.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,7 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
committedDate: DateTime!

"""
Check if commited via GitHub web UI.
Check if committed via GitHub web UI.
"""
committedViaWeb: Boolean!

Expand Down Expand Up @@ -4920,7 +4920,7 @@ input CreateTeamDiscussionInput {
clientMutationId: String

"""
If true, restricts the visiblity of this discussion to team members and
If true, restricts the visibility of this discussion to team members and
organization admins. If false or not specified, allows any organization member
to view this discussion.
"""
Expand Down Expand Up @@ -9720,7 +9720,7 @@ enum GitSignatureState {
NO_USER

"""
Valid siganture, though certificate revocation check failed
Valid signature, though certificate revocation check failed
"""
OCSP_ERROR

Expand Down Expand Up @@ -15851,7 +15851,7 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
restoredCustomEmailRoutingsCount: Int

"""
The number of issue assignemnts for the restored member.
The number of issue assignments for the restored member.
"""
restoredIssueAssignmentsCount: Int

Expand Down Expand Up @@ -18059,7 +18059,7 @@ type PinnedIssueEdge @preview(toggledBy: "elektra-preview") {
}

"""
An ISO-8601 encoded UTC date string with millisecond precison.
An ISO-8601 encoded UTC date string with millisecond precision.
"""
scalar PreciseDateTime

Expand Down Expand Up @@ -25800,7 +25800,7 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
forkParentName: String

"""
The name of the root repository for this netork.
The name of the root repository for this network.
"""
forkSourceName: String
id: ID!
Expand Down Expand Up @@ -28388,7 +28388,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode @preview(togg
dismissReason: String

"""
When was the alert dimissed?
When was the alert dismissed?
"""
dismissedAt: DateTime

Expand All @@ -28409,7 +28409,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode @preview(togg
securityAdvisory: SecurityAdvisory

"""
The associated security vulnerablity
The associated security vulnerability
"""
securityVulnerability: SecurityVulnerability

Expand Down
18 changes: 9 additions & 9 deletions data/graphql/ghes-2.20/schema.docs-enterprise.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2801,7 +2801,7 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
committedDate: DateTime!

"""
Check if commited via GitHub web UI.
Check if committed via GitHub web UI.
"""
committedViaWeb: Boolean!

Expand Down Expand Up @@ -4950,7 +4950,7 @@ input CreateTeamDiscussionInput {
clientMutationId: String

"""
If true, restricts the visiblity of this discussion to team members and
If true, restricts the visibility of this discussion to team members and
organization admins. If false or not specified, allows any organization member
to view this discussion.
"""
Expand Down Expand Up @@ -9765,7 +9765,7 @@ enum GitSignatureState {
NO_USER

"""
Valid siganture, though certificate revocation check failed
Valid signature, though certificate revocation check failed
"""
OCSP_ERROR

Expand Down Expand Up @@ -15983,7 +15983,7 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
restoredCustomEmailRoutingsCount: Int

"""
The number of issue assignemnts for the restored member.
The number of issue assignments for the restored member.
"""
restoredIssueAssignmentsCount: Int

Expand Down Expand Up @@ -18700,7 +18700,7 @@ type PinnedIssueEdge @preview(toggledBy: "elektra-preview") {
}

"""
An ISO-8601 encoded UTC date string with millisecond precison.
An ISO-8601 encoded UTC date string with millisecond precision.
"""
scalar PreciseDateTime

Expand Down Expand Up @@ -26471,7 +26471,7 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
forkParentName: String

"""
The name of the root repository for this netork.
The name of the root repository for this network.
"""
forkSourceName: String
id: ID!
Expand Down Expand Up @@ -29124,7 +29124,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
dismissReason: String

"""
When was the alert dimissed?
When was the alert dismissed?
"""
dismissedAt: DateTime

Expand All @@ -29145,7 +29145,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
securityAdvisory: SecurityAdvisory

"""
The associated security vulnerablity
The associated security vulnerability
"""
securityVulnerability: SecurityVulnerability

Expand Down Expand Up @@ -35093,7 +35093,7 @@ input UpdateTeamReviewAssignmentInput @preview(toggledBy: "stone-crop-preview")
excludedTeamMemberIds: [ID!] @possibleTypes(concreteTypes: ["User"])

"""
The Node ID of the team to update review assginments of
The Node ID of the team to update review assignments of
"""
id: ID! @possibleTypes(concreteTypes: ["Team"])

Expand Down
18 changes: 9 additions & 9 deletions data/graphql/ghes-2.21/schema.docs-enterprise.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2827,7 +2827,7 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl
committedDate: DateTime!

"""
Check if commited via GitHub web UI.
Check if committed via GitHub web UI.
"""
committedViaWeb: Boolean!

Expand Down Expand Up @@ -5118,7 +5118,7 @@ input CreateTeamDiscussionInput {
clientMutationId: String

"""
If true, restricts the visiblity of this discussion to team members and
If true, restricts the visibility of this discussion to team members and
organization admins. If false or not specified, allows any organization member
to view this discussion.
"""
Expand Down Expand Up @@ -10099,7 +10099,7 @@ enum GitSignatureState {
NO_USER

"""
Valid siganture, though certificate revocation check failed
Valid signature, though certificate revocation check failed
"""
OCSP_ERROR

Expand Down Expand Up @@ -16493,7 +16493,7 @@ type OrgRestoreMemberAuditEntry implements AuditEntry & Node & OrganizationAudit
restoredCustomEmailRoutingsCount: Int

"""
The number of issue assignemnts for the restored member.
The number of issue assignments for the restored member.
"""
restoredIssueAssignmentsCount: Int

Expand Down Expand Up @@ -19255,7 +19255,7 @@ type PinnedIssueEdge @preview(toggledBy: "elektra-preview") {
}

"""
An ISO-8601 encoded UTC date string with millisecond precison.
An ISO-8601 encoded UTC date string with millisecond precision.
"""
scalar PreciseDateTime

Expand Down Expand Up @@ -27086,7 +27086,7 @@ type RepoCreateAuditEntry implements AuditEntry & Node & OrganizationAuditEntryD
forkParentName: String

"""
The name of the root repository for this netork.
The name of the root repository for this network.
"""
forkSourceName: String
id: ID!
Expand Down Expand Up @@ -29780,7 +29780,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
dismissReason: String

"""
When was the alert dimissed?
When was the alert dismissed?
"""
dismissedAt: DateTime

Expand All @@ -29801,7 +29801,7 @@ type RepositoryVulnerabilityAlert implements Node & RepositoryNode {
securityAdvisory: SecurityAdvisory

"""
The associated security vulnerablity
The associated security vulnerability
"""
securityVulnerability: SecurityVulnerability

Expand Down Expand Up @@ -36031,7 +36031,7 @@ input UpdateTeamReviewAssignmentInput @preview(toggledBy: "stone-crop-preview")
excludedTeamMemberIds: [ID!] @possibleTypes(concreteTypes: ["User"])

"""
The Node ID of the team to update review assginments of
The Node ID of the team to update review assignments of
"""
id: ID! @possibleTypes(concreteTypes: ["Team"])

Expand Down
Loading