Fix typo in user profile visibility updated audit event
Description
- Rename audit event
user_profile_visiblity_updated
touser_profile_visibility_updated
. - Previously MR !159323 (closed) was created for the same, however, since we considered it as a breaking change therefore we would like to merge that MR as part of this issue in %18.0.
Proposal
- Rename the event YML file
ee/config/audit_events/types/user_profile_visiblity_updated.yml
touser_profile_visibility_updated
. - Update all occurrences of
user_profile_visiblity_updated
touser_profile_visibility_udpated
. - Update related RSpecs
- Create a new MR or update MR !159323 (closed) to meet the requirements.