Skip to content

Commit 7b76dc7

Browse files
committed
Fix spelling for the word varible.
1 parent 2d7e38b commit 7b76dc7

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
@@ -701,7 +701,7 @@ default any other error that you raise will return a `500` status code
701701
for a general internal server error.
702702

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

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

0 commit comments

Comments
 (0)