Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KowalczykBartek committed Oct 23, 2024
1 parent 0c44809 commit 31d0327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ pub enum HttpClientAuthorizationStrategy {
/// The grace period configuration for a bearer token.
/// To avoid random authorization failures caused by expired token exception,
/// we will acquire new token, some time (grace period) before current token will be expired,
/// because of that, we will always execute request with fresh enought token.
/// because of that, we will always execute request with fresh enough token.
#[serde(default = "default_oauth2_token_grace_period")]
#[configurable(metadata(docs::examples = 300))]
#[configurable(metadata(docs::type_unit = "seconds"))]
Expand Down

0 comments on commit 31d0327

Please sign in to comment.