Skip to content

Commit

Permalink
fix: Fix typo in dataflow diagram name (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Ernst Würger <[email protected]>
  • Loading branch information
Wuestengecko and ewuerger authored Apr 18, 2024
1 parent 5d2c1ac commit 30bbaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse_context_diagrams/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def uuid(self) -> str: # type: ignore
@property
def name(self) -> str: # type: ignore
"""Returns the name of the diagram."""
return f"DatFlow view of {self.target.name}"
return f"DataFlow view of {self.target.name}"

def _create_diagram(self, params: dict[str, t.Any]) -> cdiagram.Diagram:
params["elkdata"] = dataflow_view.collector(self, params)
Expand Down

0 comments on commit 30bbaad

Please sign in to comment.