diff --git a/storage/storage.go b/storage/storage.go index 0009d4b1ce806bc74941b1310e12bfe4f87b3a5d..743d2ecb4dbbdc748fc364d11513fadaa0d10064 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -317,7 +317,7 @@ type RefreshTokenRef struct { // OfflineSessions objects are sessions pertaining to users with refresh tokens. type OfflineSessions struct { - // UserID of an end user who has logged in to the server. + // UserID of an end user who has logged into the server. UserID string // The ID of the connector used to login the user.