Skip to content

Commit 9a67c93

Browse files
authored
Update state-machines.rst
1 parent f72237d commit 9a67c93

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)