Fix a typo
This commit is contained in:
parent
4fb6f6849e
commit
5478d4298b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ Creating state is easy:
|
||||||
|
|
||||||
where the `create-conn` function is defined elsewhere, can be right above it.
|
where the `create-conn` function is defined elsewhere, can be right above it.
|
||||||
|
|
||||||
In case this state needs to be cleaned / destryed between reloads, there is also `:stop`
|
In case this state needs to be cleaned / destroyed between reloads, there is also `:stop`
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
(defstate conn :start create-conn
|
(defstate conn :start create-conn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue