We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173660c commit fd2798cCopy full SHA for fd2798c
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java
@@ -675,7 +675,7 @@ public AuthorizeExchangeSpec hasRole(String role) {
675
676
/**
677
* Require a specific authority.
678
- * @param authority the authority to require (i.e. "USER" woudl require authority of "USER").
+ * @param authority the authority to require (i.e. "USER" would require authority of "USER").
679
* @return the {@link AuthorizeExchangeSpec} to configure
680
*/
681
public AuthorizeExchangeSpec hasAuthority(String authority) {
0 commit comments