[ko] Enhance consistency of Korean translation

This commit is contained in:
Jihoon Seo
2021-03-29 10:11:35 +09:00
parent ca2219f567
commit ab8b27fd6e
8 changed files with 10 additions and 10 deletions
@@ -44,7 +44,7 @@ kops는 자동화된 프로비저닝 시스템인데,
{{< tabs name="kops_installation" >}}
{{% tab name="macOS" %}}
최신 버전의 릴리를 다운받는 명령어:
최신 버전의 릴리를 다운받는 명령어:
```shell
curl -LO https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest
@@ -84,7 +84,7 @@ brew update && brew install kops
{{% /tab %}}
{{% tab name="리눅스" %}}
최신 릴리를 다운로드 받는 명령어:
최신 릴리를 다운로드 받는 명령어:
```shell
curl -LO https://github.com/kubernetes/kops/releases/download/$(curl -s https://api.github.com/repos/kubernetes/kops/releases/latest | grep tag_name | cut -d '"' -f 4)/kops-linux-amd64