Skip to content

Commit 841355b

Browse files
committed
fix a typo
1 parent 877bbb5 commit 841355b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/autoDebug/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const autoDebugRetryConfig = {
1010
/**
1111
* Maximum number of attempts to connect AutoDebug feature to language client
1212
*/
13-
MAXAttempts: 5,
13+
maxAttempts: 5,
1414

1515
/**
1616
* Initial delay in milliseconds before first retry attempt

0 commit comments

Comments
 (0)