From fb97d2587300594ecd98e97a33b72e3d6cbd2ef8 Mon Sep 17 00:00:00 2001 From: Lee Read Date: Sat, 9 Sep 2023 11:58:17 -0400 Subject: [PATCH] docs: user-guide: typos Closes #179 --- doc/01-user-guide.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 6035ac4..18d4771 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -166,7 +166,7 @@ Let's try resolving an artifact: ;; => ([metosin/malli "0.10.0"]) ---- -Ok not too exiting maybe, but now resolve dependencies for that artifact: +Okay, not too exciting, maybe, but now let's resolve dependencies for that artifact: [source,clojure] ---- @@ -187,7 +187,7 @@ Ok not too exiting maybe, but now resolve dependencies for that artifact: ---- Interesting. -Also note that there's some details hiding in metadata: +Also note that there are some details hiding in metadata: [source,clojure] ----