We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb344a + 0732b30 commit e3ba87cCopy full SHA for e3ba87c
README.md
@@ -120,8 +120,8 @@ BetterErrors.maximum_variable_inspect_size = 100_000
120
```ruby
121
# e.g. in config/initializers/better_errors.rb
122
# This will stop BetterErrors from trying to inspect objects of these classes, which can cause
123
-# slow loading times and unneccessary database queries. Does not check inheritance chain, use
124
-# strings not contants.
+# slow loading times and unnecessary database queries. Does not check inheritance chain, use
+# strings not constants.
125
# default value: ['ActionDispatch::Request', 'ActionDispatch::Response']
126
BetterErrors.ignored_classes = ['ActionDispatch::Request', 'ActionDispatch::Response']
127
```
0 commit comments