diff --git a/core/Command/Config/App/SetConfig.php b/core/Command/Config/App/SetConfig.php
index 8dd910706331f..b290cb94e301c 100644
--- a/core/Command/Config/App/SetConfig.php
+++ b/core/Command/Config/App/SetConfig.php
@@ -237,7 +237,7 @@ private function ask(InputInterface $input, OutputInterface $output, string $req
strtoupper($request)
));
$output->writeln('');
- $output->writeln('This might break thing, affect performance on your instance or its security!');
+ $output->writeln('This might break things, affect performance on your instance or its security!');
$result = (strtolower((string)$helper->ask(
$input,