From f946aafa1a7f1b771359ce17005c9c4c8050758e Mon Sep 17 00:00:00 2001 From: Magdalena Banasiak Date: Thu, 3 Nov 2016 10:40:12 +0100 Subject: [PATCH] [Documentation][Customization] State machines fix --- docs/customization/state_machine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization/state_machine.rst b/docs/customization/state_machine.rst index ede7c34d84..7938721e26 100644 --- a/docs/customization/state_machine.rst +++ b/docs/customization/state_machine.rst @@ -60,7 +60,7 @@ How to remove a state and its transitions? .. warning:: If you are willing to remove a state or a transition you have to override **the whole states/transitions section** - of the state machine you are willing to modify. + of the state machine you are willing to modify. See how we do it in the :doc:`customization of the Checkout process `. How to add a new callback? ~~~~~~~~~~~~~~~~~~~~~~~~~~