Skip to content

Commit c8e8001

Browse files
committed
fix: correct typos
1 parent 28ee6b8 commit c8e8001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ public function startDeployment(int $deploymentId)
884884
}
885885

886886
/**
887-
* Update the give database server.
887+
* Update the given database server.
888888
*/
889889
public function updateDatabaseServer(int $databaseId, int $storage, string $type)
890890
{

src/Command/Database/RotateDatabaseServerPasswordCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ protected function perform(InputInterface $input, ConsoleOutput $output)
5959

6060
$output->infoWithDelayWarning('Database server password rotated successfully');
6161
$output->newLine();
62-
$output->writeln(sprintf('<comment>Note:</comment> You need to redeploy all projects using this database server with the default user either the "<comment>%s</comment>" or "<comment>%s</comment>" commands for the change to take effect.', DeployProjectCommand::ALIAS, RedeployProjectCommand::ALIAS));
62+
$output->writeln(sprintf('<comment>Note:</comment> You need to redeploy all projects using this database server with the default user using either the "<comment>%s</comment>" or "<comment>%s</comment>" commands for the change to take effect.', DeployProjectCommand::ALIAS, RedeployProjectCommand::ALIAS));
6363
}
6464
}

0 commit comments

Comments
 (0)