diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-08-02 20:51:03 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-08-02 22:09:49 +0900 |
commit | ab9183f575d6b220694006d9b155735eaeb275cd (patch) | |
tree | 243addee1ca377e6e6e84f83f608a4fa71bdc1e6 /src/shared | |
parent | 0eaf8e275c973597cfd5d09a8531d1d7957f0c93 (diff) |
Fix property document
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/settings/properties.js | 2 |
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', }; |