Skip to content

Commit 0732b30

Browse files
fix typo
1 parent 3cb344a commit 0732b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ BetterErrors.maximum_variable_inspect_size = 100_000
120120
```ruby
121121
# e.g. in config/initializers/better_errors.rb
122122
# 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.
123+
# slow loading times and unnecessary database queries. Does not check inheritance chain, use
124+
# strings not constants.
125125
# default value: ['ActionDispatch::Request', 'ActionDispatch::Response']
126126
BetterErrors.ignored_classes = ['ActionDispatch::Request', 'ActionDispatch::Response']
127127
```

0 commit comments

Comments
 (0)