From ab4737af6e094f90d636cda30f0b9871efc4eac2 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sun, 22 Nov 2015 22:49:35 -0500 Subject: [PATCH] [docs]: "a" typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09373b8..2c3270f 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ One thing to note, whenever (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.