Merge pull request #15 from edtsech/master
Fix typo (change :stacktrace? to :stacktraces?)
This commit is contained in:
commit
9787c3924b
|
@ -59,7 +59,7 @@ The following options are supported:
|
||||||
none). The full URI will be constructed like:
|
none). The full URI will be constructed like:
|
||||||
`http://{host}:{port}{browser-uri}`
|
`http://{host}:{port}{browser-uri}`
|
||||||
|
|
||||||
* `:stacktrace?` -
|
* `:stacktraces?` -
|
||||||
True if you want a stacktrace to be displayed in the browser when
|
True if you want a stacktrace to be displayed in the browser when
|
||||||
an exception is raised. Default to true in development, false in
|
an exception is raised. Default to true in development, false in
|
||||||
production.
|
production.
|
||||||
|
|
Reference in a new issue