Skip to content

Commit 122758f

Browse files
authored
Fix wording (#1037)
1 parent 6547377 commit 122758f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/operators/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ follows:
343343

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

348348

349349
Security in notebook documents

0 commit comments

Comments
 (0)