diff --git a/index.html b/index.html index 6bfc779a..e51f8856 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ Spring Statemachine aims to provide following features: State machines are powerful because behaviour is always guaranteed to be consistent and relatively easily debugged due to ways how operational rules are written in stone when machine is started. Idea is that your application is and may exist in a finite number of states and then something happens which takes your application from one state to the next. What will drive a state machine are triggers which are either based on an events or timers. -It is much easier to design high level logic outside of your application and then interact with a state machine with a various different ways. You will simple send interact with a state machine by sending event, listening what a state machine does or simply request a current state. +It is much easier to design high level logic outside of your application and then interact with a state machine with a various different ways. You will simply interact with a state machine by sending an event, listening what a state machine does or simply request a current state. Do you want to ask a question? Go to [StackOverflow](http://stackoverflow.com) and use a tag [spring-statemachine](http://stackoverflow.com/questions/tagged/spring-statemachine) or [Gitter](https://gitter.im/spring-projects/spring-statemachine).