Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
szalata committed Apr 22, 2024
1 parent 219edf9 commit aa368c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/create_component/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def generate_info(par, component_type, pretty_name) -> str:
"""Generate the functionality info for a component."""
if component_type in ["method", "control_method"]:
str = strip_margin(f'''\
| # A relatively short label, used when rendering visualisarions (required)
| # A relatively short label, used when rendering visualisations (required)
| label: {pretty_name}
| # A one sentence summary of how this method works (required). Used when
| # rendering summary tables.
Expand Down

0 comments on commit aa368c2

Please sign in to comment.