taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2d676080c91303993f29364352e7fc979105b084
parent a40f6cb9e921d1ae13203a502bafe8ca5cf636d3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 17 Mar 2021 03:05:04 -0400

fix typo: s/endponts/endpoints/

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -82,7 +82,7 @@ Examples: https://merchant-backend.example.com/instances/$ID/private https://merchant-backend.example.com/instances/$ID/private/auth - Unavailabe endponts (will return 404): + Unavailabe endpoints (will return 404): https://merchant-backend.example.com/instances/myinst/private/instances --------------