diff options
| author | Liyang Zhang <sudo.liyang@gmail.com> | 2023-03-20 02:07:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 08:07:23 +0100 |
| commit | f9f9215d3e5500d9a8d0bec0936480ba34d42e88 (patch) | |
| tree | d5b1b014c7dd155ea466275cb37d906151d3ae13 /.github | |
| parent | b295b311712b598c053f7fa8cf6e6882217e35d9 (diff) | |
Fixed some typos in comments, docstrings, and tests.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/schedules.yml | 2 |
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 }}`) } |
