Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 32265aa

Browse files
committed
spelling: entities
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 858490e commit 32265aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/core/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14686,7 +14686,7 @@ export type SmimeSignature = GitSignature & {
1468614686
wasSignedByGitHub: Scalars["Boolean"];
1468714687
};
1468814688

14689-
/** Entites that can sponsor others via GitHub Sponsors */
14689+
/** Entities that can sponsor others via GitHub Sponsors */
1469014690
export type Sponsor = Organization | User;
1469114691

1469214692
/** Entities that can be sponsored through GitHub Sponsors */

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81667,7 +81667,7 @@
8166781667
{
8166881668
"kind": "UNION",
8166981669
"name": "Sponsor",
81670-
"description": "Entites that can sponsor others via GitHub Sponsors",
81670+
"description": "Entities that can sponsor others via GitHub Sponsors",
8167181671
"fields": null,
8167281672
"inputFields": null,
8167381673
"interfaces": null,

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13162,7 +13162,7 @@ export declare type SmimeSignature = GitSignature & {
1316213162
/** True if the signature was made with GitHub's signing key. */
1316313163
wasSignedByGitHub: Scalars["Boolean"];
1316413164
};
13165-
/** Entites that can sponsor others via GitHub Sponsors */
13165+
/** Entities that can sponsor others via GitHub Sponsors */
1316613166
export declare type Sponsor = Organization | User;
1316713167
/** Entities that can be sponsored through GitHub Sponsors */
1316813168
export declare type Sponsorable = {

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14695,7 +14695,7 @@ export type SmimeSignature = GitSignature & {
1469514695
wasSignedByGitHub: Scalars["Boolean"];
1469614696
};
1469714697

14698-
/** Entites that can sponsor others via GitHub Sponsors */
14698+
/** Entities that can sponsor others via GitHub Sponsors */
1469914699
export type Sponsor = Organization | User;
1470014700

1470114701
/** Entities that can be sponsored through GitHub Sponsors */

0 commit comments

Comments
 (0)