Skip to content

Commit

Permalink
fix: typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
libremente authored and zzacharo committed Sep 9, 2024
1 parent 7fbc545 commit 1ccb585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_cli/cli/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def stop(cli_config):
@services.command()
@pass_cli_config
def destroy(cli_config):
"""Destroy developement services."""
"""Destroy development services."""
commands = ServicesCommands(cli_config)
click.secho("Destroying services' containers, volumes...", fg="green")
steps = commands.destroy()
Expand Down

0 comments on commit 1ccb585

Please sign in to comment.