From 22ae87fc3c05b9ec8499dec693deb8e2b8c5d7a4 Mon Sep 17 00:00:00 2001 From: Dom Kiva-Meyer Date: Thu, 3 Jul 2014 09:06:51 -0700 Subject: [PATCH] grammar fixes --- src/omelette/route.cljx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/omelette/route.cljx b/src/omelette/route.cljx index 694e412..f0b420a 100644 --- a/src/omelette/route.cljx +++ b/src/omelette/route.cljx @@ -89,9 +89,9 @@ "Takes search page data map. Returns a string describing the search." [{:keys [query options]}] - (let [opt-pairs {:prefix "starts with" - :infix "includes" - :postfix "ends with"} + (let [opt-pairs {:prefix "start with" + :infix "include" + :postfix "end with"} [a b c :as opts] (->> (keys opt-pairs) (map (comp opt-pairs options)) (remove nil?))