Skip to content

Commit

Permalink
Merge pull request #710 from ScilifelabDataCentre/docs_typo_fix
Browse files Browse the repository at this point in the history
Minor docs fix
  • Loading branch information
i-oden authored Sep 4, 2024
2 parents 7fefe4c + 44d4ca9 commit 1d03602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ def retract_project(click_ctx, project):
required=False,
is_flag=True,
default=False,
help="Something has one wrong in the project.",
help="Something has gone wrong in the project.",
)
@click.pass_obj
def archive_project(click_ctx, project: str, abort: bool = False):
Expand Down

0 comments on commit 1d03602

Please sign in to comment.