Fix typo: authenicate
-> authenticate
This commit is contained in:
parent
b4c6b81619
commit
45f2a6734d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ author: Alex Coomans
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# authenicate using email and API token
|
# authenticate using email and API token
|
||||||
- local_action: dnsimple account_email=test@example.com account_api_token=dummyapitoken
|
- local_action: dnsimple account_email=test@example.com account_api_token=dummyapitoken
|
||||||
|
|
||||||
# fetch all domains
|
# fetch all domains
|
||||||
|
|
Loading…
Reference in a new issue