We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
varible
1 parent 2d7e38b commit 7b76dc7Copy full SHA for 7b76dc7
1 file changed
README.md
@@ -701,7 +701,7 @@ default any other error that you raise will return a `500` status code
701
for a general internal server error.
702
703
To return useful error codes that represent application errors you
704
-should set the `exception_class_whitelist` config varible, and then you
+should set the `exception_class_whitelist` config variable, and then you
705
should use the Rails `rescue_from` macro to render a status code.
706
707
For example, this config setting allows the `NotAuthorizedError` to bubble up out of
0 commit comments