diff --git a/pages/options.html b/pages/options.html
index 0428f5f..0edce19 100644
--- a/pages/options.html
+++ b/pages/options.html
@@ -2,12 +2,18 @@
JSHint Options
-
This page's content is sourced from the JSHint
project repository. If you spot an error, please open an issue or (better yet) make
a pull request!
+JSHint comes with a
+default set
+of warnings but it was designed to be very configurable. Most often, when you need to
+tune JSHint to your own taste, all you need to do is to find an appropriate option.
+JSHint has two types of options: enforcing and relaxing. The former are used to make JSHint
+more strict, while the latter are used to suppress some warnings.
+
When set to true, these options will make JSHint produce more warnings about your code.