Skip to content

Commit a518dde

Browse files
committed
Merge pull request #678 from mrkjlchvz/mc_text_bump
Spelling error in README.
2 parents 9358bcc + 7b76dc7 commit a518dde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ default any other error that you raise will return a `500` status code
744744
for a general internal server error.
745745

746746
To return useful error codes that represent application errors you
747-
should set the `exception_class_whitelist` config varible, and then you
747+
should set the `exception_class_whitelist` config variable, and then you
748748
should use the Rails `rescue_from` macro to render a status code.
749749

750750
For example, this config setting allows the `NotAuthorizedError` to bubble up out of

0 commit comments

Comments
 (0)