Skip to content

Commit 4bec698

Browse files
author
Dave Syer
committed
Fix typo in curl command
Fixes spring-guidesgh-4
1 parent fe36404 commit 4bec698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-server/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The simplest way to get a token up to now is to grab one as the "acme"
148148
client. You can see this if you run the app and curl it:
149149

150150
```
151-
$ curl acme:acmesecret@localhost:8080/oauth/token -d grant_type=client_redentials
151+
$ curl acme:acmesecret@localhost:8080/oauth/token -d grant_type=client_credentials
152152
{"access_token":"370592fd-b9f8-452d-816a-4fd5c6b4b8a6","token_type":"bearer","expires_in":43199,"scope":"read write"}
153153
```
154154

0 commit comments

Comments
 (0)