From ab9183f575d6b220694006d9b155735eaeb275cd Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 2 Aug 2018 20:51:03 +0900 Subject: [PATCH] Fix property document --- src/shared/settings/properties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };