[docs]: "a" typo

This commit is contained in:
Anatoly 2015-11-22 22:49:35 -05:00
parent ca4375c482
commit ab4737af6e

View file

@ -253,7 +253,7 @@ One thing to note, whenever
(mount/stop) (mount/stop)
``` ```
is run after `start-with`, it rolls back to an original "state of states", i.e. `#'app.nyse/db` is `#'app.nyse/db` again. So a subsequent calls to `(mount/start)` or even to `(mount/start-with {something else})` will start from a clean slate. is run after `start-with`, it rolls back to an original "state of states", i.e. `#'app.nyse/db` is `#'app.nyse/db` again. So subsequent calls to `(mount/start)` or even to `(mount/start-with {something else})` will start from a clean slate.
Here is an [example](test/check/start_with_test.clj) test that starts an app with mocking Datomic connection and nREPL. Here is an [example](test/check/start_with_test.clj) test that starts an app with mocking Datomic connection and nREPL.