diff --git a/workflow/state-machines.rst b/workflow/state-machines.rst index 313aa4b555b..08589a94c74 100644 --- a/workflow/state-machines.rst +++ b/workflow/state-machines.rst @@ -157,7 +157,7 @@ Below is the configuration for the pull request state machine. 'closed', ), 'transitions' => array( - 'start'=> array( + 'submit'=> array( 'from' => 'start', 'to' => 'travis', ), @@ -165,7 +165,7 @@ Below is the configuration for the pull request state machine. 'from' => array('coding','travis','review'), 'to' => 'travis', ), - 'wait_for_reivew'=> array( + 'wait_for_review'=> array( 'from' => 'travis', 'to' => 'review', ),