Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfow committed Jan 27, 2014
1 parent 03c20f3 commit f810928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clauth/endpoints.clj
Expand Up @@ -160,7 +160,7 @@


(defn return-to-handler
"Return to value of :return-to key session or the contents of defaukt-destination (by default '/')"
"Return to value of :return-to key session or the contents of default-destination (by default '/')"
([req]
(return-to-handler req "/"))

Expand Down

0 comments on commit f810928

Please sign in to comment.