jazzband / django-rest-knox

Authentication Module for django rest auth
MIT License
1.18k stars 213 forks source link

Spelling error in documentation #206

Closed csp197 closed 4 months ago

csp197 commented 4 years ago

This is a bit of a nitpick -- On the page https://james1345.github.io/django-rest-knox/settings/ , the value for EXPIRY_DATETIME_FORMAT is set to api_settings.DATETME_FORMAT

The value should be spelled api_settings.DATETIME_FORMAT

(There should be an I in the DATETIME_FORMAT)