aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-08-02 20:51:03 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-08-02 22:09:49 +0900
commitab9183f575d6b220694006d9b155735eaeb275cd (patch)
tree243addee1ca377e6e6e84f83f608a4fa71bdc1e6 /src/shared
parent0eaf8e275c973597cfd5d09a8531d1d7957f0c93 (diff)
Fix property document
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/settings/properties.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/settings/properties.js b/src/shared/settings/properties.js
index b392cbb..e8d06da 100644
--- a/src/shared/settings/properties.js
+++ b/src/shared/settings/properties.js
@@ -16,7 +16,7 @@ const defaults = {
};
const docs = {
- hintchars: 'Hint characters on follow mode',
+ hintchars: 'hint characters on follow mode',
smoothscroll: 'smooth scroll',
adjacenttab: 'open adjacent tabs',
};