From 17538f58b199b228a3c256967ee4e622ccfcc6b9 Mon Sep 17 00:00:00 2001 From: Phill Duffy Date: Mon, 18 Sep 2023 21:56:13 +0100 Subject: [PATCH] docs: Fix typo in TokenResponse XML docs (#2537) Corrected spelling of "doesn't" --- Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs b/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs index 0ff798b4376..1c9a2991689 100644 --- a/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs +++ b/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs @@ -124,7 +124,7 @@ public bool IsExpired(IClock clock) => /// /// Returns true if the token is expired or it's so close to expiring that it shouldn't be used. /// - /// If a token response doens't have at least one of + /// If a token response doesn't have at least one of /// or set then it's considered expired. /// If is null, the token is also considered expired. internal bool IsEffectivelyExpired(IClock clock) =>