Browse Source

npm-query: update Korean translation (#14102)

Sebastiaan Speck 5 months ago
parent
commit
eea17093e5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages.ko/common/npm-query.md

+ 2 - 2
pages.ko/common/npm-query.md

@@ -1,7 +1,7 @@
 # npm query
 
 > CSS와 유사한 선택자를 사용하여 의존성 객체 배열을 출력합니다.
-> 더 많은 정보: <https://docs.npmjs.com/cli/v8/commands/npm-query>.
+> 더 많은 정보: <https://docs.npmjs.com/cli/commands/npm-query>.
 
 - 직접 의존성 출력:
 
@@ -17,7 +17,7 @@
 
 - 특정 이름과 시맨틱 버전 관리 범위 내에서 의존성을 출력:
 
-`npm query #{{패키지}}@{{시멘틱 버전}}`
+`npm query '#{{패키지}}@{{시멘틱 버전}}'`
 
 - 의존성이 없는 의존성을 출력: