mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-19 06:22:56 -04:00
correct spelling of 'separator_between_connections` (#277)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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=(
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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=(
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user