1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Fix typo in Javadoc of ServerHttpSecurity#hasAuthority

Closes gh-8336
This commit is contained in:
hotire
2020-04-07 00:06:28 +09:00
committed by Rob Winch
parent 173660c6ef
commit fd2798ca95
@@ -675,7 +675,7 @@ public class ServerHttpSecurity {
/**
* Require a specific authority.
* @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").
* @return the {@link AuthorizeExchangeSpec} to configure
*/
public AuthorizeExchangeSpec hasAuthority(String authority) {