We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6b8ce commit 6d45ec5Copy full SHA for 6d45ec5
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java
@@ -2646,7 +2646,7 @@ public AuthorizeExchangeSpec hasAnyRole(String... roles) {
2646
2647
/**
2648
* Require a specific authority.
2649
- * @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").
2650
* @return the {@link AuthorizeExchangeSpec} to configure
2651
*/
2652
public AuthorizeExchangeSpec hasAuthority(String authority) {
0 commit comments