Skip to content

Commit ae57557

Browse files
committed
🐛 Fix: make comment line shorter to follow convention
1 parent 209ae0a commit ae57557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/config_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def create_yamlconfig_fromdir(
384384
file_in_main_section_dir.name.lower() == "description.md"
385385
or "home_image" in file_in_main_section_dir.name.lower()
386386
):
387-
continue # Skip description files and home_image in the main section
387+
continue # Skip description file and home_image in the main section
388388
component_config = self._create_component_config_fromfile(
389389
file_in_main_section_dir
390390
)

0 commit comments

Comments
 (0)