Skip to content

Commit 6122a91

Browse files
committed
chore: fix code spell errors
1 parent 30afee8 commit 6122a91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This is a major release with **BREAKING** changes. Please make sure to review th
204204

205205
## [1.6.0] 2021-12-19
206206
### Added
207-
* #949 Provide django.contrib.auth.authenticate() with a `request` for compatibiity with more backends (like django-axes).
207+
* #949 Provide django.contrib.auth.authenticate() with a `request` for compatibility with more backends (like django-axes).
208208
* #968, #1039 Add support for Django 3.2 and 4.0.
209209
* #953 Allow loopback redirect URIs using random ports as described in [RFC8252 section 7.3](https://datatracker.ietf.org/doc/html/rfc8252#section-7.3).
210210
* #972 Add Farsi/fa language support.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ exclude = '''
1414
skip = '.git,package-lock.json,locale'
1515
check-hidden = true
1616
ignore-regex = '.*pragma: codespell-ignore.*'
17-
# ignore-words-list = ''
17+
ignore-words-list = 'assertIn'

0 commit comments

Comments
 (0)