From c05f38eec98fefffc1ed1109862d2addaa6c9feb Mon Sep 17 00:00:00 2001
From: Uday Kakade <udaykakade2525@gmail.com>
Date: Thu, 22 May 2025 13:59:30 +0530
Subject: [PATCH] chore: address commit comments for commit 28febf0 (issue
 #7059)

---
 .github/workflows/update_contributors.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml
index 7d5a51c3fd6c..b35ff9651745 100644
--- a/.github/workflows/update_contributors.yml
+++ b/.github/workflows/update_contributors.yml
@@ -78,7 +78,7 @@ jobs:
         run: |
           make update-contributors
 
-          # Stage *all* tracked and untracked changes first…
+          # Stage *all* tracked and untracked changes first...
           git add -A
 
           # If the index is identical to HEAD, nothing real changed: