summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:19:44 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 14:19:44 -0400
commitb4c33a3c87e60f2771c98a318d5346d500edb0ec (patch)
tree05393e86fbb5292759487ec28edf49c7d6dd279b
parente7007db66947722a72c12afc83d2ea5c92983eb7 (diff)
downloaddocs-b4c33a3c87e60f2771c98a318d5346d500edb0ec.tar.gz
docs-b4c33a3c87e60f2771c98a318d5346d500edb0ec.tar.bz2
docs-b4c33a3c87e60f2771c98a318d5346d500edb0ec.zip
add period at end of sentence (three instances)
-rw-r--r--core/taler-uri.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/taler-uri.rst b/core/taler-uri.rst
index 26b99c9b..a4942b83 100644
--- a/core/taler-uri.rst
+++ b/core/taler-uri.rst
@@ -118,12 +118,12 @@ a merchant and ask the user to accept/decline it.
taler://tip/{merchant_host}{/merchant_prefix_path*}/{tip_id}/{#ssid}
-* ``merchant_host`` is the hostname of the merchant
+* ``merchant_host`` is the hostname of the merchant.
* ``merchant_prefix_path`` is an optional list of path components that identifies the path prefix of the merchant base URL.
-* ``tip_id`` uniquely identifies the tip
+* ``tip_id`` uniquely identifies the tip.
* ``insecure`` is an optional query parameter. When "1", the ``merchant_host`` is contacted via HTTP.
When absent or "0", the ``merchant_host`` is contacted via HTTPS.
-* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity
+* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity.
----------------