From f83d5aefeed03547bd1585966d3878dbfe4cbbd0 Mon Sep 17 00:00:00 2001 From: Benjamin Philip Date: Thu, 9 Jul 2026 23:34:46 +0530 Subject: [PATCH] chore: Fix grammar in PR preview comment --- .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 5fa8802e20a6..b0cbd787f6be 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 \