Skip to content

Commit

Permalink
fix tiny typo on auto-generated software overview pages
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 9, 2024
1 parent 94a87b2 commit af5b29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/available_software/available_software.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def generate_software_detail_page(
md_file.new_header(level=1, title="Available modules")

md_file.new_paragraph(f"The overview below shows which {software_name} installations are available per HPC-UGent "
f"Tier-2cluster, ordered based on software version (new to old).")
f"Tier-2 cluster, ordered based on software version (new to old).")
md_file.new_paragraph(f"To start using {software_name}, load one of these modules using a `module load` command "
f"like:")
md_file.insert_code(f"module load {newest_version}", language="shell")
Expand Down

0 comments on commit af5b29a

Please sign in to comment.