Korean pages: fix (valid) tldr-lint errors (#5376)

translation-badges
bl-ue 2021-03-08 14:59:31 -05:00 committed by GitHub
parent c81f9c7b17
commit 4061936c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 9 deletions

View File

@ -11,6 +11,6 @@
`astronomer {{tldr-pages/tldr-node-client}} --stars {{50}}`
- 비교 보고서를 포함한 리포지토리 스캔:
- 비교 보고서를 포함한 리포지토리 스캔:
`astronomer {{tldr-pages/tldr-node-client}} --verbose
`astronomer {{tldr-pages/tldr-node-client}} --verbose`

View File

@ -17,4 +17,3 @@
- stdin에서 디코딩:
`{{somecommand}} | base32 --decode`

View File

@ -1,6 +1,6 @@
# boot
> Clojure 프로그래밍 언어를 위한 빌드
> Clojure 프로그래밍 언어를 위한 빌드.
> 더 많은 정보: <https://github.com/boot-clj/boot>.
- 프로젝트 혹은 독립으로 REPL 세션 시작:
@ -25,4 +25,4 @@
- 생산용 빌드 (부트/새 템플릿을 사용하는 경우):
`boot prod`?
`boot prod`

View File

@ -1,6 +1,6 @@
# chown
> 파일과 디렉토리의 사용자 및 그룹 소유권을 변경
> 파일과 디렉토리의 사용자 및 그룹 소유권을 변경.
- 파일/디렉토리의 소유 사용자 변경:

View File

@ -15,7 +15,7 @@
`composer remove {{사용자/패키지명}}`
- 프로젝트의 `composer.json` 파일의 모든 의존성(dependency)를 업데이트 합니다:
- 프로젝트의 `composer.json` 파일의 모든 의존성(dependency)를 업데이트 합니다:
`composer update`

View File

@ -14,4 +14,3 @@
- 테스트 실패시 실행 중지:
`cotton -u {{기본_url}} -s {{파일}}.md`

View File

@ -10,4 +10,3 @@
- 기본 kube 구성파일 위치 재정의:
`dexter auth -i {{클라이언트_아이디}} -s {{클라이언트_secret}} --kube-config {{예시/구성파일}}`