From 57573b483eb9d27e6b118a481e784362ca283ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Tue, 15 Dec 2020 22:10:27 +0100 Subject: [PATCH] Fixed Typo --- src/clj_test_containers/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj_test_containers/core.clj b/src/clj_test_containers/core.clj index 68f5cf7..b39152c 100644 --- a/src/clj_test_containers/core.clj +++ b/src/clj_test_containers/core.clj @@ -56,7 +56,7 @@ healthy state of your container as your wait condition. Example: -pr + ```clojure (wait {:wait-strategy :health :true} container) ```