From 8c8ebd6e3de865130a575c528013b86e24e2ada5 Mon Sep 17 00:00:00 2001 From: OrBaruk Date: Fri, 27 Oct 2017 17:42:33 -0200 Subject: [PATCH] lein: fix missing punctuation --- pages/common/lein.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/lein.md b/pages/common/lein.md index f0cadee695..ac4c13eb37 100644 --- a/pages/common/lein.md +++ b/pages/common/lein.md @@ -1,6 +1,6 @@ # lein -> Manage clojure projects with declarative configuration +> Manage clojure projects with declarative configuration. - Generate scaffolding for a new project based on a template: @@ -14,7 +14,7 @@ `lein run {{args}}` -- Run the project's tests +- Run the project's tests: `lein test`