From 28331e753827c49ae8a27e9ffa0733a7ce446bc3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 16 Feb 2022 17:33:48 +0100 Subject: [PATCH] Fix docs typo --- doc/api/resources/orders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index 1e775b37d..d2dfd5a88 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -899,7 +899,7 @@ Creating orders * ``force`` (optional). If set to ``true``, quotas will be ignored. * ``send_email`` (optional). If set to ``true``, the same emails will be sent as for a regular order, regardless of - whether these emails are enabled for certain sales channels. If set to ``null``, behaviour will be controlled by pretix' + whether these emails are enabled for certain sales channels. If set to ``null``, behavior will be controlled by pretix' settings based on the sales channels (added in pretix 4.7). Defaults to ``false``. Used to be ``send_mail`` before pretix 3.14.