We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4234e32 commit 64b20ccCopy full SHA for 64b20cc
src/commands/database/connection-string.ts
@@ -40,7 +40,7 @@ export default class ConnectionString extends AuthenticatedCommand {
40
logger.log(chalk.cyan('✓ Connection string retrieved successfully:'));
41
logger.log(chalk.green(result.connectionString));
42
logger.log(
43
- chalk.cyan(`The connection may take a few moments to be available, and will expire at: ${result.expiresAt}`),
+ chalk.cyan(`The connection may take a few moments to become available, and will expire at: ${result.expiresAt}`),
44
);
45
46
this.preparePrintCommand(this, { appId });
0 commit comments