aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-06-20 07:27:11 +0100
committerStephen Blott2015-06-20 07:27:11 +0100
commitde770c026a2e023f7be31f2ef1fa5c874578fe29 (patch)
tree967700716ff6ba578a8022491a9880eea33861fb
parent46e19df644b4b7e4040f1d8cee33116d9b900f0d (diff)
downloadvimium-de770c026a2e023f7be31f2ef1fa5c874578fe29.tar.bz2
Document options/settings data model.
-rw-r--r--lib/settings.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee
index ca6cef89..5955e8ae 100644
--- a/lib/settings.coffee
+++ b/lib/settings.coffee
@@ -1,5 +1,5 @@
-# A "setting" is a stored key/value pair. An "option" is setting which has a default value and whose value
+# A "setting" is a stored key/value pair. An "option" is a setting which has a default value and whose value
# can be changed on the options page.
#
# Option values which have never been changed by the user are in Settings.defaults.