From d744f94161665fbfba4e8a6ec7b0e3643d38bd38 Mon Sep 17 00:00:00 2001 From: Rowan <42702037+Rowanyeet@users.noreply.github.com> Date: Fri, 2 Oct 2020 11:39:38 +0100 Subject: [PATCH] wmic: fix typo (#4411) --- pages/windows/wmic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/windows/wmic.md b/pages/windows/wmic.md index 6b280e080..8c34742a6 100644 --- a/pages/windows/wmic.md +++ b/pages/windows/wmic.md @@ -5,7 +5,7 @@ - Fundamental grammar: -`wmic {{alias}} {{where_claus}} {{verb_clause}}` +`wmic {{alias}} {{where_clause}} {{verb_clause}}` - Show brief details about the currently running processes: