aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 3f3b6942..768b5579 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -235,7 +235,7 @@ pub struct Config {
#[serde(default)]
custom_cursor_colors: bool,
- /// Should draw bold text with brighter colors intead of bold font
+ /// Should draw bold text with brighter colors instead of bold font
#[serde(default="true_bool")]
draw_bold_text_with_bright_colors: bool,