Skip to content

Commit ea9f946

Browse files
authored
Merge pull request #51 from gpailler/highlight_words
Fixed highlight_words typo
2 parents 7c983da + 772f9c9 commit ea9f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Preferences.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class Preferences
5353
public bool mark_msgs_read_immediately;
5454
public string tz;
5555
public string emoji_mode;
56-
public string hightlight_words;
56+
public string highlight_words;
5757
//public string newxp_slackbot_step; //I don't even...
5858
public SearchSort search_sort;
5959
public string push_loud_channels;

0 commit comments

Comments
 (0)