diff --git a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs index 381294dcb6..414823ba1c 100644 --- a/src/Tgstation.Server.Host/Authority/IUserAuthority.cs +++ b/src/Tgstation.Server.Host/Authority/IUserAuthority.cs @@ -41,7 +41,7 @@ namespace Tgstation.Server.Host.Authority RequirementsGated> OidcConnections(long userId, CancellationToken cancellationToken); /// - /// Gets all registered s. + /// Gets an of all registered s. /// /// A of s. RequirementsGated> Queryable();