Fixed misc typo in netcup_dns module (#66201)
Changed 'authentification' to 'authentication'
This commit is contained in:
parent
d56d0f97e3
commit
6b1dff64d0
1 changed files with 2 additions and 2 deletions
|
@ -25,11 +25,11 @@ description:
|
||||||
options:
|
options:
|
||||||
api_key:
|
api_key:
|
||||||
description:
|
description:
|
||||||
- API key for authentification, must be obtained via the netcup CCP (U(https://ccp.netcup.net))
|
- API key for authentication, must be obtained via the netcup CCP (U(https://ccp.netcup.net))
|
||||||
required: True
|
required: True
|
||||||
api_password:
|
api_password:
|
||||||
description:
|
description:
|
||||||
- API password for authentification, must be obtained via the netcup CCP (https://ccp.netcup.net)
|
- API password for authentication, must be obtained via the netcup CCP (https://ccp.netcup.net)
|
||||||
required: True
|
required: True
|
||||||
customer_id:
|
customer_id:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue