From e9c68d6a5d3af1e075bb1610984855b6b53843f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Sun, 6 Sep 2026 12:01:15 -0400 Subject: [PATCH] docs: fix typo in pr-checks workflow comment "Conventional Commmit" -> "Conventional Commit" in the commitlint job's explanatory comment. Comment only; the workflow itself is unchanged. --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 2cb1583..f64e7bb 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -2,7 +2,7 @@ name: PR Checks on: [push, pull_request] jobs: - # Checks that PR commits match the Conventional Commmit format + # Checks that PR commits match the Conventional Commit format # See: https://www.conventionalcommits.org/en/v1.0.0/ commitlint: name: Lint commit message