We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9358bcc + 7b76dc7 commit a518ddeCopy full SHA for a518dde
1 file changed
README.md
@@ -744,7 +744,7 @@ default any other error that you raise will return a `500` status code
744
for a general internal server error.
745
746
To return useful error codes that represent application errors you
747
-should set the `exception_class_whitelist` config varible, and then you
+should set the `exception_class_whitelist` config variable, and then you
748
should use the Rails `rescue_from` macro to render a status code.
749
750
For example, this config setting allows the `NotAuthorizedError` to bubble up out of
0 commit comments