Commit 8aedd3eb authored by Ray Paik's avatar Ray Paik

Merge branch 'patch-240' into 'master'

change "regex pattern format is Ruby" to "in Ruby" in permissions.md

See merge request gitlab-org/gitlab!43042
parents 102d4aff 998fcd18
......@@ -340,7 +340,7 @@ The **Internal users** field allows specifying an email address regex pattern to
identify default internal users. New users whose email address matches the regex
pattern are set to internal by default rather than an external collaborator.
The regex pattern format is Ruby, but it needs to be convertible to JavaScript,
The regex pattern format is in Ruby, but it needs to be convertible to JavaScript,
and the ignore case flag is set (`/regex pattern/i`). Here are some examples:
- Use `\.internal@domain\.com$` to mark email addresses ending with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment