diff --git a/src/types/general.ts b/src/types/general.ts index c4293f56..fd6142d4 100644 --- a/src/types/general.ts +++ b/src/types/general.ts @@ -13,7 +13,7 @@ export type RedactedOrHashedArraySlice = { fromIndex: number toIndex: number /** - * By default, the the data is redacted. Instead if you'd like + * By default, the data is redacted. Instead if you'd like * a deterministic hash, set this to 'oprf' * @default undefined */ @@ -56,4 +56,4 @@ export type IDecryptedTranscript = { transcript: IDecryptedTranscriptMessage[] tlsVersion: TLSProtocolVersion hostname: string -} \ No newline at end of file +}