Skip to content

Commit

Permalink
docs(backend): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Dec 14, 2023
1 parent 1e7f44a commit 659eb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measure-backend/measure-go/measure/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (u *User) getRole(teamId string) (rank, error) {
return roleMap[role], nil
}

// GetUsersByInvitees provides existing & new invitess by matching
// GetUsersByInvitees provides existing & new invitees by matching
// each user's and invitee's email
func GetUsersByInvitees(invitees []Invitee) ([]Invitee, []Invitee, error) {
var oldUsers []Invitee
Expand Down

0 comments on commit 659eb10

Please sign in to comment.