]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: s/the the/the/ in basic-workflow.rst 46934/head
authorZac Dover <zac.dover@gmail.com>
Thu, 30 Jun 2022 11:08:51 +0000 (21:08 +1000)
committerZac Dover <zac.dover@gmail.com>
Sat, 2 Jul 2022 15:22:04 +0000 (01:22 +1000)
This PR does exactly what it says: it changes a "the the"
to a "the".

I'd like to thank Josh Soref for bringing this
to my attention.

(cherry picked from commit 326034807d58fe6569851c043f71a222f59cde5e)

doc/dev/developer_guide/basic-workflow.rst

index fbc9431033e4146fc43f85ab25a7e7e9e000b19e..03452674db2c36806a1a48f5f9fbad7da08f44fd 100644 (file)
@@ -439,7 +439,7 @@ will need to force push your branch with:
    git push --force origin fix_1
 
 Why do we take these extra steps instead of simply adding additional commits
-the the PR?  It is best practice for a PR to consist of a single commit; this
+the PR?  It is best practice for a PR to consist of a single commit; this
 makes for clean history, eases peer review of your changes, and facilitates
 merges.  In rare circumstances it also makes it easier to cleanly revert
 changes.