Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Oct 7, 2024
1 parent d5e6998 commit 53fc2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_templates/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def init(argv: Optional[List[str]] = None):
if argv is None:
args = sys.argv
parser = argparse.ArgumentParser(
description="Render templates for differents AIO flavors"
description="Render templates for different AIO flavors"
)
parser.add_argument(
"-b",
Expand Down

0 comments on commit 53fc2bd

Please sign in to comment.