Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.41k stars 661 forks source link

docs: Fix simple typo, enpoint -> endpoint #607

Open timgates42 opened 4 years ago

timgates42 commented 4 years ago

There is a small typo in docs/configuration.rst.

Should read endpoint rather than enpoint.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 96.044% when pulling 616e7b973cb6566ed88fc1fc09b9807af0e35d82 on timgates42:bugfix_typo_endpoint into 624ad01afbc86fa15b4e652406f3bdcd01f36e00 on Tivix:master.

BarnabasSzabolcs commented 4 years ago

Hi, as a user of rest-auth, thanks for the contribution! This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: https://github.com/Tivix/django-rest-auth/issues/568) I think it is best, if you move this PR there.

new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo)