Fix typos

Closes gh-3608
This commit is contained in:
izeye
2015-07-28 11:47:52 +09:00
committed by Stephane Nicoll
parent 32128a6ac2
commit ee6fc8d917
7 changed files with 9 additions and 9 deletions

View File

@@ -499,7 +499,7 @@ on the classpath. This provider supports these parameters:
The following types can be used:
* Any `java.lang.Enum` that list the possible values for the property (By all means, try to
* Any `java.lang.Enum` that lists the possible values for the property (By all means, try to
define the property with the `Enum` type instead as no further hint should be required for
the IDE to auto-complete the values).
* `java.nio.charset.Charset`: auto-completion of charset/encoding values (e.g. `UTF-8`)

View File

@@ -1880,7 +1880,7 @@ provider for more flexibility).
To limit the scope that the client asks for when it obtains an access token you can set
`security.oauth2.client.scope` (comma separated or an array in YAML). By default the scope
is empty and it is up to to Authorization Server to decide what the defaults should be,
is empty and it is up to Authorization Server to decide what the defaults should be,
usually depending on the settings in the client registration that it holds.
NOTE: There is also a setting for `security.oauth2.client.client-authentication-scheme`