From ca36e07be0faf0698751b82c7feb038f0d0e9898 Mon Sep 17 00:00:00 2001 From: aaronk1 Date: Thu, 3 May 2018 00:51:00 -0400 Subject: [PATCH] update win_psmodule.py (#39631) +label: docsite_pr --- lib/ansible/modules/windows/win_psmodule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_psmodule.py b/lib/ansible/modules/windows/win_psmodule.py index 4c25fbc1c9..511a4adc3a 100644 --- a/lib/ansible/modules/windows/win_psmodule.py +++ b/lib/ansible/modules/windows/win_psmodule.py @@ -41,7 +41,7 @@ options: choices: [ absent, present ] default: present notes: - - Powershell 5.0 or higer is needed. + - Powershell 5.0 or higher is needed. author: - Daniele Lazzari