1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed some typos in comments, docstrings, and tests.

This commit is contained in:
Liyang Zhang
2023-03-20 02:07:23 -05:00
committed by GitHub
parent b295b31171
commit f9f9215d3e
9 changed files with 9 additions and 9 deletions

View File

@@ -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 }}`)
}