Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger authored Jan 31, 2024
1 parent 2c0aed1 commit 671b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capella2polarion/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def synchronize(ctx: click.core.Context) -> None:
"""Synchronise model elements."""
capella_to_polarion_cli: Capella2PolarionCli = ctx.obj
logger.info(
"Synchronising model elements at to Polarion project with id %s...",
"Synchronising model elements to Polarion project with id %s...",
capella_to_polarion_cli.polarion_params.project_id,
)
capella_to_polarion_cli.load_synchronize_config()
Expand Down

0 comments on commit 671b7dd

Please sign in to comment.