commit 7a964a6f3ae3fba9aeaf8c88e34858ac6a3dd389 parent 5e22095ba96fad1bf0a4c61ec1bb69392d387a0d Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Wed, 17 Mar 2021 04:31:04 -0400 fix typo: s/planches/planchets/ Diffstat:
| M | core/api-merchant.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -811,7 +811,7 @@ a website. interface TipPickupRequest { - // List of planches the wallet wants to use for the tip. + // List of planchets the wallet wants to use for the tip. planchets: PlanchetDetail[]; }