commit e7007db66947722a72c12afc83d2ea5c92983eb7 parent 5648fd1281b998a1edcf163f01e3cee58664d96c Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Fri, 19 Mar 2021 14:19:09 -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 @@ -101,10 +101,10 @@ A ``taler://refund`` URI instructs the wallet to download and apply available re taler://refund/{merchant_host}{/merchant_prefix_path*}/{order_id}/{#ssid} taler+http://refund/{merchant_host}{/merchant_prefix_path*}/{order_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. -* ``order_id`` is the order ID to check for refunds -* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity +* ``order_id`` is the order ID to check for refunds. +* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity. -------