This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 37db99254c0 chore: Fix grammar in PR preview comment (#787)
37db99254c0 is described below
commit 37db99254c0bd65a4e9e89f35694a793492c2ffb
Author: Benjamin Philip <[email protected]>
AuthorDate: Fri Jul 10 02:48:48 2026 +0530
chore: Fix grammar in PR preview comment (#787)
## What's Changed
This PR fixes some minor grammatical issues in the PR preview message.
This was first caught in apache/arrow-erlang#99 when we were setting up
previews based on the flow in this repository.
---
.github/workflows/pr_comment.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml
index 5fa8802e20a..b0cbd787f6b 100644
--- a/.github/workflows/pr_comment.yml
+++ b/.github/workflows/pr_comment.yml
@@ -45,8 +45,8 @@ jobs:
{
echo "Preview URL:
https://${fork_owner}.github.io/${fork_repository}"
echo ""
- echo "If the preview URL doesn't work, you may forget to configure
your fork repository for preview."
- echo "See ${configure_url} how to configure."
+ echo "If the preview URL doesn't work, you may have forgotten to
configure your fork repository for preview."
+ echo "See ${configure_url} for instructions on how to configure."
} | tee body.md
gh pr comment ${PR_NUMBER} \
--body-file body.md \