Commit cab0e8b6 authored by Stan Hu's avatar Stan Hu

Merge branch 'lucyfox-master-patch-35199' into 'master'

Fix typo accesssed

See merge request gitlab-org/gitlab!31538
parents 1f2ef687 cbb2b381
......@@ -115,7 +115,7 @@ Example `CODEOWNERS` file:
# This will match all files for which the file name ends in `.rb`
*.rb @ruby-owner
# Files with a `#` can still be accesssed by escaping the pound sign
# Files with a `#` can still be accessed by escaping the pound sign
\#file_with_pound.rb @owner-file-with-pound
# Multiple codeowners can be specified, separated by spaces or tabs
......
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