Skip to content

Commit e3d7b6f

Browse files
committed
fix typo
1 parent e0e8924 commit e3d7b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/users/src/jwt/jwk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pub struct JwkKeys {
9999
/// [`JwkKeyStore`] is a store for JWKS keys, it will cache the keys for a while and refresh the
100100
/// keys periodically. When the keys are refreshed, the older keys will still be kept for a while.
101101
///
102-
/// When the keys rorated in the client side first, the server will respond a 401 Authorization Failure
102+
/// When the keys rotated in the client side first, the server will respond a 401 Authorization Failure
103103
/// error, as the key is not found in the cache. We'll try to refresh the keys and try again.
104104
pub struct JwkKeyStore {
105105
url: String,

0 commit comments

Comments
 (0)