Fix spelling mistake.
This commit is contained in:
parent
38f1dabdf2
commit
3632ee9601
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue