Skip to content

Commit

Permalink
Fix wording (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Oct 26, 2022
1 parent 6547377 commit 122758f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/operators/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ follows:

The ``is_authorized()`` method will automatically be called whenever a handler is decorated with
``@authorized`` (from ``jupyter_server.auth``), similarly to the
``@authenticated`` decorator for authorization (from ``tornado.web``).
``@authenticated`` decorator for authentication (from ``tornado.web``).


Security in notebook documents
Expand Down

0 comments on commit 122758f

Please sign in to comment.