Skip to content

Commit

Permalink
fix: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 committed Feb 13, 2023
1 parent 4d22aaf commit acd13fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/graphql/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export type CreateFollowEip712TypedDataTypes = {
/** The create follow eip 712 typed data value */
export type CreateFollowEip712TypedDataValue = {
__typename?: 'CreateFollowEIP712TypedDataValue';
datas: Array<Scalars['BlockchainData']>;
data: Array<Scalars['BlockchainData']>;
deadline: Scalars['UnixTimestamp'];
nonce: Scalars['Nonce'];
profileIds: Array<Scalars['ProfileId']>;
Expand Down Expand Up @@ -2764,7 +2764,7 @@ export enum PublicationMediaSource {
Lens = 'LENS'
}

/** Publication metadata content waring filters */
/** Publication metadata content warning filters */
export type PublicationMetadataContentWarningFilter = {
/** By default all content warnings will be hidden you can include them in your query by adding them to this array. */
includeOneOf?: InputMaybe<Array<PublicationContentWarning>>;
Expand Down Expand Up @@ -3342,7 +3342,7 @@ export type RecommendedProfileOptions = {
export type ReferenceModule = DegreesOfSeparationReferenceModuleSettings | FollowOnlyReferenceModuleSettings | UnknownReferenceModuleSettings;

export type ReferenceModuleParams = {
/** The degrees of seperation reference module */
/** The degrees of separation reference module */
degreesOfSeparationReferenceModule?: InputMaybe<DegreesOfSeparationReferenceModuleParams>;
/** The follower only reference module */
followerOnlyReferenceModule?: InputMaybe<Scalars['Boolean']>;
Expand Down

0 comments on commit acd13fa

Please sign in to comment.