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