From f6d59ba60ca9dc929c9b3b56023829aa6023ecb8 Mon Sep 17 00:00:00 2001 From: Ziaf007 Date: Fri, 20 Dec 2024 22:53:54 +0530 Subject: [PATCH] fixed some typos. --- plugins/modules/aci_oob_contract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/aci_oob_contract.py b/plugins/modules/aci_oob_contract.py index e0e886d9d..876f0e8ce 100644 --- a/plugins/modules/aci_oob_contract.py +++ b/plugins/modules/aci_oob_contract.py @@ -19,7 +19,7 @@ options: contract: description: - - The name of the contract. + - The name of the OOB contract. type: str aliases: [ contract_name, name ] description: @@ -29,7 +29,7 @@ aliases: [ descr ] scope: description: - - The scope of a the OOB contract. + - The scope of the OOB contract. - The APIC defaults to C(context) when unset during creation. type: str choices: [ application-profile, context, global, tenant ]