summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-29 01:41:35 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-29 01:41:35 -0500
commitd4d17a563de7467986c618c71ffd93e60969722a (patch)
treed03be1f98c1c6529db16252c350348948c775d19 /libeufin/api-sandbox.rst
parentfc02c404f59c7776ba8a79e93e48d6dd38fb4960 (diff)
downloaddocs-d4d17a563de7467986c618c71ffd93e60969722a.tar.gz
docs-d4d17a563de7467986c618c71ffd93e60969722a.tar.bz2
docs-d4d17a563de7467986c618c71ffd93e60969722a.zip
fix warning: use `` instead of ` as markup
Diffstat (limited to 'libeufin/api-sandbox.rst')
-rw-r--r--libeufin/api-sandbox.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 41179b0a..3266d232 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -309,13 +309,13 @@ rights on all of them.
One of the main differences with the previous versions is the
removal of the "/admin" initial component. If the administrator
-authenticates for one operation, then this one is of type `admin`:
+authenticates for one operation, then this one is of type ``admin``:
no need for a dedicate and extra URI part.
For example, mocking transactions in the system was a typical
/admin-operation, but since transactions themselves are resources
and any resource is subject to CRUD operations, then mocking one
-becomes just a `C` operation on the 'transactions' resources. If
+becomes just a ``C`` operation on the 'transactions' resources. If
a test case wants to simplify the authentication - by hard-coding
the credentials, for example - before mocking one transaction, then
it can impersonate the administrator.