From 2a638d61c208c620eea94522350db8e73a68db20 Mon Sep 17 00:00:00 2001 From: 196Ikuchil <22634362+196Ikuchil@users.noreply.github.com> Date: Wed, 16 Mar 2022 23:21:01 +0900 Subject: [PATCH] Update replica-set.md --- content/ja/docs/reference/glossary/replica-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/reference/glossary/replica-set.md b/content/ja/docs/reference/glossary/replica-set.md index a198b71d46..97134927b9 100644 --- a/content/ja/docs/reference/glossary/replica-set.md +++ b/content/ja/docs/reference/glossary/replica-set.md @@ -16,5 +16,5 @@ tags: {{< glossary_tooltip term_id="deployment" >}}などのワークロードオブジェクトは、ReplicaSetの仕様に基づいて、 -設定された数の{{< glossary_tooltip term_id="pod" text="Pods" >}}がクラスタで稼働することを保証するために、 +設定された数の{{< glossary_tooltip term_id="pod" text="Pods" >}}がクラスターで稼働することを保証するために、 ReplicaSetを使用します。