mirror of https://github.com/lapce/lapce.git
Fix typo
This commit is contained in:
parent
0ccc98481d
commit
0ea2558cb7
|
@ -227,7 +227,7 @@ pub fn drop_shadow_width(&self) -> usize {
|
||||||
#[serde(rename_all = "kebab-case")]
|
#[serde(rename_all = "kebab-case")]
|
||||||
pub struct TerminalConfig {
|
pub struct TerminalConfig {
|
||||||
#[field_names(
|
#[field_names(
|
||||||
desc = "Set the termainl font family. If empty, it uses editor font famliy."
|
desc = "Set the terminal font family. If empty, it uses editor font famliy."
|
||||||
)]
|
)]
|
||||||
pub font_family: String,
|
pub font_family: String,
|
||||||
#[field_names(
|
#[field_names(
|
||||||
|
|
Loading…
Reference in New Issue