Skip to content

Commit

Permalink
Fixed spelling (#1860)
Browse files Browse the repository at this point in the history
Fix spelling mistake in REST API documentation.
  • Loading branch information
John authored and rhabbachi committed Apr 24, 2017
1 parent 6b19e02 commit 9d1ae45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/rest-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Authentication Modes
Session Authentication
======================

Session authentication is enabled by default. With session authentication an inital request is made to the user login to requet a session cookie. That session cookie is then stored locally and sent with a request in the X-CSRF-Token header to authenticate the request.
Session authentication is enabled by default. With session authentication an inital request is made to the user login to request a session cookie. That session cookie is then stored locally and sent with a request in the X-CSRF-Token header to authenticate the request.

Token Authentication
====================
Expand Down

0 comments on commit 9d1ae45

Please sign in to comment.