Skip to content

Commit

Permalink
Update src/asphalt/core/_component.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Brochart <[email protected]>
  • Loading branch information
agronholm and davidbrochart authored Oct 17, 2024
1 parent d64d72d commit afa5762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asphalt/core/_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async def start(self) -> None:
.. note:: Resources added within this method with the default name may be
published under a different name if the component is deployed as a child
component to with an alias like ``componenttype/resourcename``. In this
component with an alias like ``componenttype/resourcename``. In this
case, resources added with the default name will be published under the name
``resourcename`` instead of ``default``.
Expand Down

0 comments on commit afa5762

Please sign in to comment.