From 80a4405e778b5b429ccd5ecc12282657cb611bf7 Mon Sep 17 00:00:00 2001 From: Wang Date: Mon, 3 Jan 2022 08:35:06 +0900 Subject: [PATCH] Update content/ja/docs/tasks/debug-application-cluster/crictl.md Co-authored-by: nasa9084 --- content/ja/docs/tasks/debug-application-cluster/crictl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/docs/tasks/debug-application-cluster/crictl.md b/content/ja/docs/tasks/debug-application-cluster/crictl.md index de025678d0..930de9756a 100644 --- a/content/ja/docs/tasks/debug-application-cluster/crictl.md +++ b/content/ja/docs/tasks/debug-application-cluster/crictl.md @@ -13,7 +13,7 @@ content_type: task `crictl`はCRI互換のコンテナランタイム用のコマンドラインインターフェイスです。 これを使って、Kubernetesノード上のコンテナランタイムやアプリケーションの検査やデバッグを行うことができます。 -`crictl`とそのソースは[cri-tools](https://github.com/kubernetes-sigs/cri-tools)リポジトリにホストされています。 +`crictl`とそのソースコードは[cri-tools](https://github.com/kubernetes-sigs/cri-tools)リポジトリにホストされています。 ## {{% heading "prerequisites" %}}