Skip to content

Commit 8e35a11

Browse files
committed
minor #8329 Update state-machines.rst (atailouloute)
This PR was merged into the 3.3 branch. Discussion ---------- Update state-machines.rst Commits ------- 9a67c93 Update state-machines.rst
2 parents b02cd75 + 9a67c93 commit 8e35a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/state-machines.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,15 @@ Below is the configuration for the pull request state machine.
157157
'closed',
158158
),
159159
'transitions' => array(
160-
'start'=> array(
160+
'submit'=> array(
161161
'from' => 'start',
162162
'to' => 'travis',
163163
),
164164
'update'=> array(
165165
'from' => array('coding','travis','review'),
166166
'to' => 'travis',
167167
),
168-
'wait_for_reivew'=> array(
168+
'wait_for_review'=> array(
169169
'from' => 'travis',
170170
'to' => 'review',
171171
),

0 commit comments

Comments
 (0)