Fix typo in application module example (#12187)

This commit is contained in:
Aine Riordan 2022-06-09 14:38:34 +01:00 committed by GitHub
parent d216457c09
commit e244644a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ EXAMPLES = '''
organization: "test"
state: present
authorization_grant_type: password
client-type: public
client_type: public
- name: Add Foo application
application:
@ -88,7 +88,7 @@ EXAMPLES = '''
organization: "test"
state: present
authorization_grant_type: authorization-code
client-type: confidential
client_type: confidential
redirect_uris:
- http://tower.com/api/v2/
'''