diff --git a/website/src/content/docs/guides/getting-started.mdx b/website/src/content/docs/guides/getting-started.mdx
index 0bd2df39701a..f24663177503 100644
--- a/website/src/content/docs/guides/getting-started.mdx
+++ b/website/src/content/docs/guides/getting-started.mdx
@@ -78,7 +78,7 @@ You can format files and directories using the [`format`](/reference/cli#biome-f
You can lint and apply [safe fixes](/linter#safe-fixes) to files and directories using the [`lint`](/reference/cli#biome-lint) command with the `--apply`:
-
+
You can apply **both** of them by leveraging the [`check`](/reference/cli#biome-check) command:
diff --git a/website/src/content/docs/ja/guides/getting-started.mdx b/website/src/content/docs/ja/guides/getting-started.mdx
index e8931661c09e..b0f0838b0d80 100644
--- a/website/src/content/docs/ja/guides/getting-started.mdx
+++ b/website/src/content/docs/ja/guides/getting-started.mdx
@@ -71,7 +71,7 @@ Biome CLIには多くのコマンドとオプションが用意されている
[`lint`](/ja/reference/cli#biome-lint) コマンドを `--apply` オプションを指定し実行することで、ファイルやディレクトリに対してLintを実行し、[安全な修正](/ja/linter#安全な修正safe-fixes)を適用できます。
-
+
[`check`](/ja/reference/cli#biome-check) コマンドを実行することで、それら**両方**のコマンドを実行できます。
diff --git a/website/src/content/docs/pt-br/guides/getting-started.mdx b/website/src/content/docs/pt-br/guides/getting-started.mdx
index ec92b617a488..5d5b29c8913f 100644
--- a/website/src/content/docs/pt-br/guides/getting-started.mdx
+++ b/website/src/content/docs/pt-br/guides/getting-started.mdx
@@ -73,7 +73,7 @@ Você pode formatar arquivos e diretórios usando o comando [`format`](/referenc
Você pode analisar e aplicar [correções seguras](/pt-br/linter#correções-seguras) em arquivos e diretórios utilizando o comando [`lint`](/reference/cli#biome-lint) com o parâmetro `--apply`:
-
+
Você pode aplicar **ambos** com o comando [`check`](/reference/cli#biome-check)
diff --git a/website/src/content/docs/zh-cn/guides/getting-started.mdx b/website/src/content/docs/zh-cn/guides/getting-started.mdx
index 5179578a5523..69cf625c91b4 100644
--- a/website/src/content/docs/zh-cn/guides/getting-started.mdx
+++ b/website/src/content/docs/zh-cn/guides/getting-started.mdx
@@ -70,7 +70,7 @@ Biome CLI提供了许多命令和选项,因此您可以只使用您需要的
您可以使用[`lint`](/reference/cli#biome-lint)命令和`--apply`选项来对文件和目录进行代码检查并应用[安全修复](/linter#safe-fixes):
-
+
您可以通过使用[`check`](/reference/cli#biome-check)命令来同时应用**两者**: