diff --git a/src/NuGet.Services.Entities/Membership.cs b/src/NuGet.Services.Entities/Membership.cs index 8f613d762b..9d21f2ad62 100644 --- a/src/NuGet.Services.Entities/Membership.cs +++ b/src/NuGet.Services.Entities/Membership.cs @@ -26,7 +26,7 @@ public class Membership /// /// The that is a member of the . /// - /// Note that there is no database contraint preventing memberships of Organizations into other + /// Note that there is no database constraint preventing memberships of Organizations into other /// Organizations. For now this is restricted by the Gallery, but could be considered in the /// future if we want to support Organization teams. ///