correct spelling of 'separator_between_connections` (#277)

This commit is contained in:
Sina Atalay
2025-01-01 01:16:57 +03:00
parent bdb320f653
commit da0bb40c17
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
\ignorespaces
}
\newsavebox\ANDbox
\sbox\ANDbox{<<design.seperator_between_connections>>}
\sbox\ANDbox{<<design.separator_between_connections>>}
((* if not design.disable_last_updated_date *))
\placelastupdatedtext

View File

@@ -264,7 +264,7 @@ class ThemeOptions(RenderCVBaseModelWithoutExtraKeys):
title="Text Alignment",
description="The alignment of the text. The default value is justified.",
)
seperator_between_connections: str = pydantic.Field(
separator_between_connections: str = pydantic.Field(
default="",
title="Seperator Between Connections",
description=(

View File

@@ -3,7 +3,7 @@
\ignorespaces
}
\newsavebox\ANDbox
\sbox\ANDbox{<<design.seperator_between_connections>>}
\sbox\ANDbox{<<design.separator_between_connections>>}
((* if not design.disable_last_updated_date *))
\placelastupdatedtext

View File

@@ -162,7 +162,7 @@ class EngineeringresumesThemeOptions(ThemeOptions):
title="Text Alignment",
description="The alignment of the text. The default value is left-aligned.",
)
seperator_between_connections: str = pydantic.Field(
separator_between_connections: str = pydantic.Field(
default="$|$",
title="Seperator Between Connections",
description=(

View File

@@ -3,7 +3,7 @@
\ignorespaces
}
\newsavebox\ANDbox
\sbox\ANDbox{<<design.seperator_between_connections>>}
\sbox\ANDbox{<<design.separator_between_connections>>}
((* if not design.disable_last_updated_date *))
\placelastupdatedtext