From 2a674098e220e090ce02057de5c42c0c1d6d1e3b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 29 Mar 2020 22:37:38 +1100 Subject: [PATCH] docs: Fix simple typo, persmissions -> permissions There is a small typo in docs/source/schemas.rst. Should read `permissions` rather than `persmissions`. --- docs/source/schemas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/schemas.rst b/docs/source/schemas.rst index f1e5183..893b8d2 100644 --- a/docs/source/schemas.rst +++ b/docs/source/schemas.rst @@ -20,7 +20,7 @@ All Ramses-specific properties are prefixed with an underscore. Showing Fields -------------- -If you've enabled authentication, you can list which fields to return to authenticated users in ``_auth_fields`` and to non-authenticated users in ``_public_fields``. Additionaly, you can list fields to be hidden but remain hidden (with proper persmissions) in ``_hidden_fields``. +If you've enabled authentication, you can list which fields to return to authenticated users in ``_auth_fields`` and to non-authenticated users in ``_public_fields``. Additionaly, you can list fields to be hidden but remain hidden (with proper permissions) in ``_hidden_fields``. .. code-block:: json