Fix spelling to satisfy postgrest-docs-spellcheck

This commit is contained in:
Wolfgang Walther
2020-11-29 23:54:48 +01:00
committed by Wolfgang Walther
parent 84e5597091
commit 634a0c70b7
14 changed files with 118 additions and 83 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ Next write a stored procedure that returns the token. The one below returns a to
) r;
$$ LANGUAGE sql;
PostgREST exposes this function to clients via a POST request to `/rpc/jwt_test`.
PostgREST exposes this function to clients via a POST request to ``/rpc/jwt_test``.
.. note::