]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: s/github/GitHub/ in essentials.rst 47045/head
authorZac Dover <zac.dover@gmail.com>
Mon, 11 Jul 2022 16:58:18 +0000 (02:58 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 11 Jul 2022 16:58:18 +0000 (02:58 +1000)
This addresses a typo that Anthony D'Atri pointed out in
PR#47032. It didn't get addressed there, so it's being
addressed here.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/dev/developer_guide/essentials.rst

index 60dbbb337e92a64d1f2b953e7730f7bed9c3d9ce..a44c94c9c9d580ac29f96039a64db70862430976 100644 (file)
@@ -307,12 +307,12 @@ The rest (including the actual backporting) will be taken care of by the
 Dependabot
 ----------
 
-Dependabot is a github bot that scans the dependencies in the repositories for
+Dependabot is a GitHub bot that scans the dependencies in the repositories for
 security vulnerabilities (CVEs). If a fix is available for a discovered CVE,
 Dependabot creates a pull request to update the dependency.
 
 Dependabot also indicates the compatibility score of the upgrade. This score is
-based on the number of CI failures that occur in other Github repositories
+based on the number of CI failures that occur in other GitHub repositories
 where the fix was applied. 
 
 With some configuration, Dependabot can perform non-security updates (for