From 3b02e38ff46541acc540922caabb5caa50e9c1be Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:12:07 +0200 Subject: [PATCH] wget: fix typo (#11019) --- pages/windows/wget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/wget.md b/pages/windows/wget.md index e01249221..37b520470 100644 --- a/pages/windows/wget.md +++ b/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: