commit b4c33a3c87e60f2771c98a318d5346d500edb0ec parent e7007db66947722a72c12afc83d2ea5c92983eb7 Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 14:19:44 -0400 add period at end of sentence (three instances) Diffstat:
| M | core/taler-uri.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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. ----------------