Skip to content

Commit

Permalink
fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaf007 committed Dec 20, 2024
1 parent 34bbca5 commit f6d59ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/aci_oob_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 ]
Expand Down

0 comments on commit f6d59ba

Please sign in to comment.