Fix spelling mistake.

This commit is contained in:
Colin Yates 2016-01-08 11:13:28 +00:00
parent 38f1dabdf2
commit 3632ee9601

View file

@ -355,7 +355,7 @@ and some other use cases.
### 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
(defstate web-server :start start-server