From fabd7823b25243c00c76eab026a17401ea658f05 Mon Sep 17 00:00:00 2001 From: Tyler Gregory Date: Fri, 29 Jun 2018 16:05:07 -0500 Subject: [PATCH] Correct typo in win_domain_computer doc (#42123) --- lib/ansible/modules/windows/win_domain_computer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_domain_computer.py b/lib/ansible/modules/windows/win_domain_computer.py index 32b21af715..73e9ededd7 100644 --- a/lib/ansible/modules/windows/win_domain_computer.py +++ b/lib/ansible/modules/windows/win_domain_computer.py @@ -16,7 +16,7 @@ module: win_domain_computer short_description: Manage computers in Active Directory description: - Create, read, update and delete computers in Active Directory using a - windows brigde computer to launch New-ADComputer, Get-ADComputer, + windows bridge computer to launch New-ADComputer, Get-ADComputer, Set-ADComputer, Remove-ADComputer and Move-ADObject powershell commands. options: name: