diff --git a/4chan_x.user.js b/4chan_x.user.js
index d38e29b79..ff5b068cc 100644
--- a/4chan_x.user.js
+++ b/4chan_x.user.js
@@ -2134,7 +2134,7 @@
You can use these settings with each regular expression, separate them with semicolons:\
- Per boards, separate them with commas. It is global if not specified.
For example: boards:a,jp;. \
- Filter OPs only along with their threads (`only`), replies only (`no`, this is default), or both (`yes`).
For example: op:only;, op:no; or op:yes;. \
- - Highlight instead of hiding. You can specify a class name to use with a userstyle.
For example: highlight; or hightlight:wallpaper;. \
+ - Highlight instead of hiding. You can specify a class name to use with a userstyle.
For example: highlight; or highlight:wallpaper;. \
- Highlighted OPs will have their threads put on top of board pages by default.
For example: top:yes or top:no. \
\
Name:
\
diff --git a/script.coffee b/script.coffee
index f59258130..598e7bcc2 100644
--- a/script.coffee
+++ b/script.coffee
@@ -1730,7 +1730,7 @@ options =
You can use these settings with each regular expression, separate them with semicolons:
- Per boards, separate them with commas. It is global if not specified.
For example: boards:a,jp;.
- Filter OPs only along with their threads (`only`), replies only (`no`, this is default), or both (`yes`).
For example: op:only;, op:no; or op:yes;.
- - Highlight instead of hiding. You can specify a class name to use with a userstyle.
For example: highlight; or hightlight:wallpaper;.
+ - Highlight instead of hiding. You can specify a class name to use with a userstyle.
For example: highlight; or highlight:wallpaper;.
- Highlighted OPs will have their threads put on top of board pages by default.
For example: top:yes or top:no.
Name: