We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d82f7 commit 804ec8bCopy full SHA for 804ec8b
coderd/idpsync/group.go
@@ -273,7 +273,7 @@ type ExpectedGroup struct {
273
}
274
275
// Equal compares two ExpectedGroups. The org id must be the same.
276
-// If the group ID is set, it will be compared and take priorty, ignoring the
+// If the group ID is set, it will be compared and take priority, ignoring the
277
// name value. So 2 groups with the same ID but different names will be
278
// considered equal.
279
func (a ExpectedGroup) Equal(b ExpectedGroup) bool {
0 commit comments