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

Commit 392faaa

Browse files
committed
spelling: provider
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 8fc9c50 commit 392faaa

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
@@ -8981,7 +8981,7 @@ export type OrganizationIdentityProvider = Node & {
89818981
/** External Identities provisioned by this Identity Provider */
89828982
externalIdentities: ExternalIdentityConnection;
89838983
id: Scalars["ID"];
8984-
/** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8984+
/** The x509 certificate used by the Identity Provider to sign assertions and responses. */
89858985
idpCertificate?: Maybe<Scalars["X509Certificate"]>;
89868986
/** The Issuer Entity ID for the SAML Identity Provider */
89878987
issuer?: Maybe<Scalars["String"]>;

packages/core/graphql.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49929,7 +49929,7 @@
4992949929
},
4993049930
{
4993149931
"name": "idpCertificate",
49932-
"description": "The x509 certificate used by the Identity Provder to sign assertions and responses.",
49932+
"description": "The x509 certificate used by the Identity Provider to sign assertions and responses.",
4993349933
"args": [],
4993449934
"type": {
4993549935
"kind": "SCALAR",

packages/core/lib/github.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8035,7 +8035,7 @@ export declare type OrganizationIdentityProvider = Node & {
80358035
/** External Identities provisioned by this Identity Provider */
80368036
externalIdentities: ExternalIdentityConnection;
80378037
id: Scalars["ID"];
8038-
/** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8038+
/** The x509 certificate used by the Identity Provider to sign assertions and responses. */
80398039
idpCertificate?: Maybe<Scalars["X509Certificate"]>;
80408040
/** The Issuer Entity ID for the SAML Identity Provider */
80418041
issuer?: Maybe<Scalars["String"]>;

packages/core/src/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8990,7 +8990,7 @@ export type OrganizationIdentityProvider = Node & {
89908990
/** External Identities provisioned by this Identity Provider */
89918991
externalIdentities: ExternalIdentityConnection;
89928992
id: Scalars["ID"];
8993-
/** The x509 certificate used by the Identity Provder to sign assertions and responses. */
8993+
/** The x509 certificate used by the Identity Provider to sign assertions and responses. */
89948994
idpCertificate?: Maybe<Scalars["X509Certificate"]>;
89958995
/** The Issuer Entity ID for the SAML Identity Provider */
89968996
issuer?: Maybe<Scalars["String"]>;

0 commit comments

Comments
 (0)