Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SPPearce committed Oct 31, 2024
1 parent ddb58c2 commit d95b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipelines/create/githubrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def compose(self) -> ComposeResult:
yield TextInput(
"repo_org",
"Organisation name",
"The name of the organisation where the GitHub repo will be cretaed",
"The name of the organisation where the GitHub repo will be created",
default=self.parent.TEMPLATE_CONFIG.org,
classes="column",
)
Expand Down

0 comments on commit d95b628

Please sign in to comment.