Skip to content

Commit f8ed273

Browse files
Fix typo in docs (#1270)
1 parent 15505bb commit f8ed273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/operators/security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ request handler. Each request is labeled as either a "read", "write", or "execut
222222
to ~all other permissions via other means.
223223

224224
The ``resource`` being accessed refers to the resource name in the Jupyter Server's API endpoints.
225-
In most cases, this is matches the field after `/api/`.
226-
For instance, values for ``resource`` in the endpoints provided by the base jupyter server package,
225+
In most cases, this is the field after `/api/`.
226+
For instance, values for ``resource`` in the endpoints provided by the base Jupyter Server package,
227227
and the corresponding permissions:
228228

229229
.. list-table::

0 commit comments

Comments
 (0)