Skip to content

Commit d8d7add

Browse files
authored
🤖 Merge PR DefinitelyTyped#73056 [imapflow] Fix doSTARTTLS typo in ImapFlow by @ebeigarts
1 parent e4258c8 commit d8d7add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/imapflow/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ export interface ImapFlowOptions {
527527
* This may expose the connection to a downgrade attack.
528528
* @default undefined
529529
*/
530-
doSTARTTTLS?: boolean;
530+
doSTARTTLS?: boolean;
531531
}
532532

533533
export interface AppendResponseObject {

0 commit comments

Comments
 (0)