Explorar o código

wget: fix typo (#11019)

Sebastiaan Speck hai 1 ano
pai
achega
3b02e38ff4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: