diff --git a/api-extractor.json b/api-extractor.json index 78b15baef98b..bbc054e2a69f 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -343,7 +343,7 @@ */ "default": { /** - * Specifies whether the message should be written to the the tool's output log. Note that + * Specifies whether the message should be written to the tool's output log. Note that * the "addToApiReportFile" property may supersede this option. * * Possible values: "error", "warning", "none" diff --git a/packages/api-extractor/src/schemas/api-extractor-template.json b/packages/api-extractor/src/schemas/api-extractor-template.json index aac377e3be3c..fc37a0ea69ba 100644 --- a/packages/api-extractor/src/schemas/api-extractor-template.json +++ b/packages/api-extractor/src/schemas/api-extractor-template.json @@ -376,7 +376,7 @@ */ "default": { /** - * Specifies whether the message should be written to the the tool's output log. Note that + * Specifies whether the message should be written to the tool's output log. Note that * the "addToApiReportFile" property may supersede this option. * * Possible values: "error", "warning", "none" diff --git a/packages/api-extractor/src/schemas/api-extractor.schema.json b/packages/api-extractor/src/schemas/api-extractor.schema.json index ad133197bb1f..ae4bec577b85 100644 --- a/packages/api-extractor/src/schemas/api-extractor.schema.json +++ b/packages/api-extractor/src/schemas/api-extractor.schema.json @@ -252,7 +252,7 @@ "properties": { "logLevel": { "type": "string", - "description": "Specifies whether the message should be written to the the tool's output log. Note that the \"addToApiReportFile\" property may supersede this option.", + "description": "Specifies whether the message should be written to the tool's output log. Note that the \"addToApiReportFile\" property may supersede this option.", "enum": ["error", "warning", "none"] }, "addToApiReportFile": {