Skip to content

Commit e9f5c0f

Browse files
NicolappsConvex, Inc.
authored and
Convex, Inc.
committed
Fix “the the” typos (#34777)
GitOrigin-RevId: fa72277ba7a44148db4fd2d5f422ee960e9a1ec9
1 parent fd94616 commit e9f5c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-extractor-configs/api-extractor-base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
*/
268268
"default": {
269269
/**
270-
* Specifies whether the message should be written to the the tool's output log. Note that
270+
* Specifies whether the message should be written to the tool's output log. Note that
271271
* the "addToApiReportFile" property may supersede this option.
272272
*
273273
* Possible values: "error", "warning", "none"

src/cli/lib/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ async function fetchExistingDevDeploymentCredentialsOrCrash(
729729
return credentialsAsDevCredentials(credentials);
730730
}
731731

732-
// This returns the the url of the deployment from an admin key in the format
732+
// This returns the url of the deployment from an admin key in the format
733733
// "tall-forest-1234|1a2b35123541"
734734
// or "prod:tall-forest-1234|1a2b35123541"
735735
async function deriveUrlFromAdminKey(ctx: Context, adminKey: string) {

0 commit comments

Comments
 (0)