소스 검색

wget: fix typo (#11019)

Sebastiaan Speck 1 년 전
부모
커밋
3b02e38ff4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/windows/wget.md

+ 1 - 1
pages/windows/wget.md

@@ -4,7 +4,7 @@
 
 - Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`:
 
-`curl --version`
+`wget --version`
 
 - View documentation for the original `wget` command: