Merge pull request #38 from yatesco/patch-1

Fix spelling mistake.
This commit is contained in:
Anatoly 2016-01-08 07:09:56 -05:00
commit b24e7a17fe

View file

@ -355,7 +355,7 @@ and some other use cases.
### Suspendable Lifecycle ### Suspendable Lifecycle
In additiong to `start` / `stop` functions, a state can also have `resume` and, if needed, `suspend` ones: In addition to `start` / `stop` functions, a state can also have `resume` and, if needed, `suspend` ones:
```clojure ```clojure
(defstate web-server :start start-server (defstate web-server :start start-server