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 18610ea commit 24d251fCopy full SHA for 24d251f
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java
@@ -1503,7 +1503,7 @@ public AuthorizeExchangeSpec hasRole(String role) {
1503
1504
/**
1505
* Require a specific authority.
1506
- * @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").
1507
* @return the {@link AuthorizeExchangeSpec} to configure
1508
*/
1509
public AuthorizeExchangeSpec hasAuthority(String authority) {
0 commit comments