summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:51:39 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 05:51:39 -0500
commit7e628c69f7d930f892ecd613e8fe2b41e6c36dd4 (patch)
tree1246950f5f78ce7290bc3807d4dd7399fe1b54eb
parent9bca65671a459e926d6a67b17483a9449be34309 (diff)
downloaddocs-7e628c69f7d930f892ecd613e8fe2b41e6c36dd4.tar.gz
docs-7e628c69f7d930f892ecd613e8fe2b41e6c36dd4.tar.bz2
docs-7e628c69f7d930f892ecd613e8fe2b41e6c36dd4.zip
fix typo: add closing double-quote
-rw-r--r--taler-merchant-manual.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 9149da09..03b569ea 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -1080,7 +1080,7 @@ Then, you can restrict to an access control token using:
Here, "SECURITYTOKEN" should be replaced with the actual shared secret. Note
that the "(.+)" ensures that the above matches all endpoints that include the
-string "/private/. If you only run a single instance, you could simply
+string "/private/". If you only run a single instance, you could simply
specify "/private/" without the "~" to only configure the access policy for
the default instance.