Skip to content

Commit e121fc6

Browse files
fix: grammar
1 parent f15b165 commit e121fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/audit/table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
145145
"theme_preference": ActionIgnore,
146146
"name": ActionTrack,
147147
"github_com_user_id": ActionIgnore,
148-
"hashed_one_time_passcode": ActionSecret, // Do not expose a users one time passcode.
148+
"hashed_one_time_passcode": ActionSecret, // Do not expose a user's one time passcode.
149149
"one_time_passcode_expires_at": ActionIgnore,
150150
"must_reset_password": ActionIgnore,
151151
},

0 commit comments

Comments
 (0)