[llvm] 254847f - [llvm][Docs] Fix missing ' in GitHub documentation

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 07:52:43 PDT 2023


Author: David Spickett
Date: 2023-09-08T14:51:53Z
New Revision: 254847fb149fdc03ef601badf69ee08150345a5c

URL: https://github.com/llvm/llvm-project/commit/254847fb149fdc03ef601badf69ee08150345a5c
DIFF: https://github.com/llvm/llvm-project/commit/254847fb149fdc03ef601badf69ee08150345a5c.diff

LOG: [llvm][Docs] Fix missing ' in GitHub documentation

Added: 
    

Modified: 
    llvm/docs/GitHub.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/GitHub.rst b/llvm/docs/GitHub.rst
index 7d45f3d42172755..bb9fa6fce27e8b6 100644
--- a/llvm/docs/GitHub.rst
+++ b/llvm/docs/GitHub.rst
@@ -142,7 +142,7 @@ CLI:
   gh pr checkout <PR Number>
 
 This is also possible with the web interface and the normal git command line
-tools, but the process is a bit more complicated. See GitHubs
+tools, but the process is a bit more complicated. See GitHub's
 `documentation <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally?platform=linux&tool=webui#modifying-an-inactive-pull-request-locally>`_
 on the topic.
 


        


More information about the llvm-commits mailing list