From 37a896e6d597731988a3c3818603090138235541 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 17 Dec 2019 17:05:57 +1100 Subject: [PATCH] Fix simple typo: transation -> transaction Closes #138 --- docs/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signals.rst b/docs/signals.rst index 2a0e2b47..41de0385 100644 --- a/docs/signals.rst +++ b/docs/signals.rst @@ -21,7 +21,7 @@ The signals emitted by Merchant_ are: Please consult the individual gateway docs for the response object. * `transaction_was_unsuccessful(sender, type=..., response=...)`: This signal is dispatched when a payment fails. The `sender` is the object which has - dispatched the signal. `type` is the kind of transation. Current choices for + dispatched the signal. `type` is the kind of transaction. Current choices for type are: * `purchase`