From 4f3ebb4c29e48b63e0785a68d192218a64280f75 Mon Sep 17 00:00:00 2001 From: Makoto Watanabe Date: Sat, 13 Jun 2020 17:23:58 +0900 Subject: [PATCH] Update content/ja/docs/tasks/debug-application-cluster/debug-service.md Sorry for the typo. Co-authored-by: inductor(Kohei) --- .../ja/docs/tasks/debug-application-cluster/debug-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tasks/debug-application-cluster/debug-service.md b/content/ja/docs/tasks/debug-application-cluster/debug-service.md index 37f40bbd2c..de7ed11411 100644 --- a/content/ja/docs/tasks/debug-application-cluster/debug-service.md +++ b/content/ja/docs/tasks/debug-application-cluster/debug-service.md @@ -186,7 +186,7 @@ spec: targetPort: 9376 ``` -構成の全範囲をハイライトするため、ここで作成したServiceはPodとは異なるポート番号を市湯します。 +構成の全範囲をハイライトするため、ここで作成したServiceはPodとは異なるポート番号を使用します。 多くの実際のServiceでは、これらのポートは同じになる場合があります。 {{< /note >}}