Skip to content

Commit 576c91f

Browse files
committed
Fix typo on create to created to be an adjective
1 parent d3e7c93 commit 576c91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user_guide/features/creating_a_release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The ``release:prepare`` nox session affects the ``pyproject.toml``, ``version.py
1313

1414
* Only direct dependencies are described, no transitive dependencies
1515
* Changes are detected by comparing the current content of file ``poetry.lock`` to the latest Git tag.
16-
* Updates the ``changelog.md`` list with the newly create versioned changes file
16+
* Updates the ``changelog.md`` list with the newly created versioned changes file
1717
* Commits the changes (can be skipped with ``--no-add``)
1818
* Pushes the changes and creates a PR (can be deactivated with ``--no-pr``)
1919

0 commit comments

Comments
 (0)