Skip to content

Commit

Permalink
typo (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
celwell authored and yogthos committed May 17, 2018
1 parent e0c809d commit 6f5c1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cljc/memory_hole/validation.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
[:pass-confirm] "Password confirmation doesn't match"
[:belongs-to] "Must belong to at least one group"
[:is-admin] "You must specify whether the user is an admin"
[:active] "You must pecify whether the user is active"}
[:active] "You must specify whether the user is active"}
path))
user
:pass [v/required [v/min-count 8]]
Expand All @@ -56,7 +56,7 @@
[:is-admin] "You must specify whether the user is an admin"
[:belongs-to] "Must belong to at least one group"
[:pass-confirm] "Password confirmation doesn't match"
[:active] "You must pecify whether the user is active"}
[:active] "You must specify whether the user is active"}
path))
user
:screenname v/required
Expand All @@ -73,7 +73,7 @@
(b/validate
(fn [{:keys [path]}]
({[:group-name] "Group name is required and must be unique"
[:group-id] "group id is optional"}
[:group-id] "Group id is optional"}
path))
group
:group-name [v/required
Expand Down

0 comments on commit 6f5c1cb

Please sign in to comment.