From ced82e497f5715d1a7453162f3820aa036f07a92 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Wed, 8 Feb 2023 13:25:51 +0000 Subject: [PATCH] fix typo (Github -> GitHub) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e1fd264e68..6789ec7ca8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,5 +6,5 @@ contribute, and we appreciate all contributions. To get started with contributing, please take a look at the [Contributing to LLVM](https://llvm.org/docs/Contributing.html) guide. It describes how to get involved, raise issues and submit patches. Please note -that at the moment the LLVM project does not use either Github pull requests -or Github issues. +that at the moment the LLVM project does not use either GitHub pull requests +or GitHub issues.