[llvm] [CI][Docs] Fix capitalization (PR #181950)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 17 17:17:13 PST 2026


https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/181950

None

>From a251bd694cea008814ac695eaa16e5b14c241cc8 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <aidengrossman at google.com>
Date: Wed, 18 Feb 2026 01:14:26 +0000
Subject: [PATCH] [CI][Docs] Fix capitalization

---
 llvm/docs/CIBestPractices.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/CIBestPractices.rst b/llvm/docs/CIBestPractices.rst
index d6d56690a2fed..d1245a18ad98d 100644
--- a/llvm/docs/CIBestPractices.rst
+++ b/llvm/docs/CIBestPractices.rst
@@ -13,7 +13,7 @@ GitHub Actions Best Practices
 =============================
 
 This section contains information on best practices/guidelines when working on
-LLVM's GitHub actions workflows.
+LLVM's GitHub Actions workflows.
 
 Disabling Jobs In Forks
 -----------------------



More information about the llvm-commits mailing list