jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 652 forks source link

Replace login with log in when used as a verb #295

Closed rriehle closed 7 years ago

rriehle commented 7 years ago

Per issue 294 this change changes 'login' to 'log in' when the phrase is used as a verb.

jpadilla commented 7 years ago

@rriehle thanks!

jpadilla commented 7 years ago

Just released this under v1.10. Thank you @rriehle !