diff --git a/docs/use/states.md b/docs/use/states.md index 7b23bc5e..7adfa4b9 100644 --- a/docs/use/states.md +++ b/docs/use/states.md @@ -43,5 +43,5 @@ class OrderStateMachine : } ``` -This would declare `AwaitingCreditApproval` as a substate of `Submitted`. If the state machine transitions to the `AwaitingCreditApproval` state, it is will within the `Submitted` state and events observed in either state would be raised. +This would declare `AwaitingCreditApproval` as a substate of `Submitted`. If the state machine transitions to the `AwaitingCreditApproval` state, it is well within the `Submitted` state and events observed in either state would be raised.