Skip to content

Commit 64b20cc

Browse files
committed
.
1 parent 4234e32 commit 64b20cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/database/connection-string.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class ConnectionString extends AuthenticatedCommand {
4040
logger.log(chalk.cyan('✓ Connection string retrieved successfully:'));
4141
logger.log(chalk.green(result.connectionString));
4242
logger.log(
43-
chalk.cyan(`The connection may take a few moments to be available, and will expire at: ${result.expiresAt}`),
43+
chalk.cyan(`The connection may take a few moments to become available, and will expire at: ${result.expiresAt}`),
4444
);
4545

4646
this.preparePrintCommand(this, { appId });

0 commit comments

Comments
 (0)