diff options
author | Wertzui123 <46199283+Wertzui123@users.noreply.github.com> | 2024-10-29 11:43:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 11:43:27 +0100 |
commit | 11450bd1632a2ab097bb7fb5cefd52c7754b81c9 (patch) | |
tree | c777005d02102e7ef84f879ca6a1e23f2304d080 /.github | |
parent | 11f0b0f817ff00dd7070d1ecd7adc3bea308914c (diff) | |
download | nextcloud-server-11450bd1632a2ab097bb7fb5cefd52c7754b81c9.tar.gz nextcloud-server-11450bd1632a2ab097bb7fb5cefd52c7754b81c9.zip |
Fix a typo (`a` -> `an` in front of `additional`)
Signed-off-by: Wertzui123 <46199283+Wertzui123@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2d867e2cdd0..6d6796c4ed6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -48,7 +48,7 @@ In some areas unit testing is hard (aka almost impossible) as of today - in thes ### Sign your work -We use the Developer Certificate of Origin (DCO) as a additional safeguard +We use the Developer Certificate of Origin (DCO) as an additional safeguard for the Nextcloud project. This is a well established and widely used mechanism to assure contributors have confirmed their right to license their contribution under the project's license. |