Skip to content

Commit fd66b82

Browse files
authored
Merge pull request #20 from ajeans/patch-1
Typo fix
2 parents 55b55fb + 337cfce commit fd66b82

File tree

1 file changed

+2
-2
lines changed
  • sample-springdoc-openapi-oauth2/oauth-resource-server/src/main/java/org/springdoc/demo/resource/config

1 file changed

+2
-2
lines changed

sample-springdoc-openapi-oauth2/oauth-resource-server/src/main/java/org/springdoc/demo/resource/config/OpenApiConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
flows = @OAuthFlows(authorizationCode = @OAuthFlow(
3333
authorizationUrl = "${springdoc.oAuthFlow.authorizationUrl}"
3434
, tokenUrl = "${springdoc.oAuthFlow.tokenUrl}", scopes = {
35-
@OAuthScope(name = "read", description = "reade scope"),
35+
@OAuthScope(name = "read", description = "read scope"),
3636
@OAuthScope(name = "write", description = "write scope") })))
37-
public class OpenApiConfig {}
37+
public class OpenApiConfig {}

0 commit comments

Comments
 (0)