Skip to content

Commit

Permalink
Correct misspelled container option
Browse files Browse the repository at this point in the history
  • Loading branch information
dball committed Jun 12, 2017
1 parent 01b20af commit 019d52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty/src/io/pedestal/http/jetty.clj
Expand Up @@ -223,7 +223,7 @@
;; -- Container Options --
;; :daemon? - use daemon threads (defaults to false)
;; :max-threads - the maximum number of threads to use (default 50)
;; :resue-addr? - reuse the socket address (defaults to true)
;; :reuse-addr? - reuse the socket address (defaults to true)
;; :configurator - a function called with the Jetty Server instance
;; :context-configurator - a function called with the Jetty ServletContextHandler
;; :ssl? - allow connections over HTTPS
Expand Down

0 comments on commit 019d52e

Please sign in to comment.