summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLiyang Zhang <sudo.liyang@gmail.com>2023-03-20 02:07:23 -0500
committerGitHub <noreply@github.com>2023-03-20 08:07:23 +0100
commitf9f9215d3e5500d9a8d0bec0936480ba34d42e88 (patch)
treed5b1b014c7dd155ea466275cb37d906151d3ae13 /.github
parentb295b311712b598c053f7fa8cf6e6882217e35d9 (diff)
downloaddjango-f9f9215d3e5500d9a8d0bec0936480ba34d42e88.tar.gz
Fixed some typos in comments, docstrings, and tests.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedules.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedules.yml b/.github/workflows/schedules.yml
index bd9cced240..f1079606a7 100644
--- a/.github/workflows/schedules.yml
+++ b/.github/workflows/schedules.yml
@@ -42,5 +42,5 @@ jobs:
ref: '${{ matrix.branch }}',
})
} else {
- console.log(`No commits found since ${yesterday} on brach ${{ matrix.branch }}`)
+ console.log(`No commits found since ${yesterday} on branch ${{ matrix.branch }}`)
}