diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-29 08:50:59 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-29 08:50:59 +0000 |
commit | 1e2f46f864fcb3defb231a52e0eb06de2449366d (patch) | |
tree | a4ba9054a509ce92e2f55c04588118578f2b35e7 /doc/security | |
parent | 42537bb12bccefb2258a15ef78362805147fac62 (diff) | |
download | gitlab-ce-1e2f46f864fcb3defb231a52e0eb06de2449366d.tar.gz |
Fix capitalization in more docs
Fix capitalization in docs for works like GitLab, Git
Omnibus, etc
Diffstat (limited to 'doc/security')
-rw-r--r-- | doc/security/information_exclusivity.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security/information_exclusivity.md b/doc/security/information_exclusivity.md index 749ccf924b5..7c3d7284f25 100644 --- a/doc/security/information_exclusivity.md +++ b/doc/security/information_exclusivity.md @@ -15,7 +15,7 @@ another project that is under their control, or onto another server. Therefore, it is impossible to build access controls that prevent the intentional sharing of source code by users that have access to the source code. -This is an inherent feature of a DVCS. All git management systems have this +This is an inherent feature of a DVCS. All Git management systems have this limitation. You can take steps to prevent unintentional sharing and information |