Skip to content
Snippets Groups Projects
Commit a6be4084 authored by Vitaliy Marchuk's avatar Vitaliy Marchuk Committed by Jonathan Sacksick
Browse files

Issue #3248873 by vmarchuk: Typos fix in README.md and...

Issue #3248873 by vmarchuk: Typos fix in README.md and tests/modules/state_machine_test/state_machine_test.workflows.yml.
parent 474988b8
No related branches found
No related tags found
1 merge request!26Draft: Automated Project Update Bot fixes
Pipeline #54874 passed with warnings
......@@ -38,7 +38,7 @@ default:
create:
label: Create
from: [new]
to: fulfillment
to: fulfillment
fulfill:
label: Fulfill
from: [fulfillment]
......@@ -46,7 +46,7 @@ default:
cancel:
label: Cancel
from: [new, fulfillment]
to: canceled
to: canceled
```
Transitions can be further restricted by [guards](https://github.com/bojanz/state_machine/blob/8.x-1.x/src/Guard/GuardInterface.php), which are implemented as tagged services:
......
......@@ -15,7 +15,7 @@ default:
create:
label: Create
from: [new]
to: fulfillment
to: fulfillment
fulfill:
label: Fulfill
from: [fulfillment]
......@@ -23,7 +23,7 @@ default:
cancel:
label: Cancel
from: [new, fulfillment]
to: canceled
to: canceled
validation:
id: validation
......@@ -44,11 +44,11 @@ validation:
create:
label: Create
from: [new]
to: validation
to: validation
validate:
label: Validate
from: [validation]
to: fulfillment
to: fulfillment
fulfill:
label: Fulfill
from: [fulfillment]
......@@ -56,7 +56,7 @@ validation:
cancel:
label: Cancel
from: [new, validation, fulfillment]
to: canceled
to: canceled
two_transitions:
id: two_transitions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment