Skip to content

Commit

Permalink
correct spelling mistake (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts authored and miguelgrinberg committed Sep 1, 2017
1 parent a409953 commit f7c5bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ API Documentation

.. method:: login_required(view_function_callback)

This callback function will be called when authentication is succesful. This will typically be a Flask view function. Example::
This callback function will be called when authentication is successful. This will typically be a Flask view function. Example::

@app.route('/private')
@auth.login_required
Expand Down

0 comments on commit f7c5bbd

Please sign in to comment.