Merge pull request #15 from edtsech/master

Fix typo (change :stacktrace? to :stacktraces?)
This commit is contained in:
James Reeves 2013-05-24 07:06:40 -07:00
commit 9787c3924b

View file

@ -59,7 +59,7 @@ The following options are supported:
none). The full URI will be constructed like:
`http://{host}:{port}{browser-uri}`
* `:stacktrace?` -
* `:stacktraces?` -
True if you want a stacktrace to be displayed in the browser when
an exception is raised. Default to true in development, false in
production.