This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 */
1469014690export type Sponsor = Organization | User;
1469114691
1469214692/** Entities that can be sponsored through GitHub Sponsors */
Original file line number Diff line number Diff line change 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,
Original file line number Diff line number Diff 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 */
1316613166export declare type Sponsor = Organization | User;
1316713167/** Entities that can be sponsored through GitHub Sponsors */
1316813168export declare type Sponsorable = {
Original file line number Diff line number Diff 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 */
1469914699export type Sponsor = Organization | User;
1470014700
1470114701/** Entities that can be sponsored through GitHub Sponsors */
You can’t perform that action at this time.
0 commit comments