minor copy edit
This commit is contained in:
parent
b24e7a17fe
commit
d1eab49ad7
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ dev=> (mount/stop)
|
||||||
dev=> (mount/start)
|
dev=> (mount/start)
|
||||||
```
|
```
|
||||||
|
|
||||||
While it is not always necessary, mount lificycle can be easily hooked up to [tools.namespace](https://github.com/clojure/tools.namespace),
|
While it is not always necessary, mount lifecycle can be easily hooked up to [tools.namespace](https://github.com/clojure/tools.namespace),
|
||||||
to make the whole application reloadable with refreshing the app namespaces.
|
to make the whole application reloadable with refreshing the app namespaces.
|
||||||
Here is a [dev.clj](dev/clj/dev.clj) as an example, that sums up to:
|
Here is a [dev.clj](dev/clj/dev.clj) as an example, that sums up to:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue