Skip to content

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
felixfontein and gotmax23 authored Sep 22, 2024
1 parent d4ee468 commit 48aaf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antsibull_core/schemas/collection_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class BaseCollectionMetadata(p.BaseModel):
"""

# If the collection does not use changelogs/changelog.yaml, it can provide
# an URL where the collection's changelog can be found.
# a URL where the collection's changelog can be found.
changelog_url: t.Optional[str] = p.Field(alias="changelog-url", default=None)

# In case the collection is not located in the root of its repository, the
Expand Down

0 comments on commit 48aaf8e

Please sign in to comment.