From fd810e88d6b7cf2c53e231a32d33be9cdd370579 Mon Sep 17 00:00:00 2001 From: Hu Shuai Date: Fri, 22 Jul 2022 01:42:42 +0800 Subject: [PATCH] Fix minor typos (#78294) Signed-off-by: Hu Shuai --- .../collection_release_with_branches.rst | 2 +- docs/docsite/rst/community/maintainers_workflow.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/community/collection_contributors/collection_release_with_branches.rst b/docs/docsite/rst/community/collection_contributors/collection_release_with_branches.rst index b4fe739189c..9cc7054fb94 100644 --- a/docs/docsite/rst/community/collection_contributors/collection_release_with_branches.rst +++ b/docs/docsite/rst/community/collection_contributors/collection_release_with_branches.rst @@ -203,7 +203,7 @@ Publishing the collection * Whether to add ignore entries to the corresponding ``tests/sanity/ignore-*.txt`` file and create issues, for example for removed features in ``modules/plugins``. Once the CI tests pass, merge the pull request. Make sure that this pull request is merged not too much later after the release - for ``verison_added`` sanity tests not to expect the wrong version for the new feature pull request. + for ``version_added`` sanity tests not to expect the wrong version for the new feature pull request. .. note:: diff --git a/docs/docsite/rst/community/maintainers_workflow.rst b/docs/docsite/rst/community/maintainers_workflow.rst index 2e42fa6dc94..f26532cb265 100644 --- a/docs/docsite/rst/community/maintainers_workflow.rst +++ b/docs/docsite/rst/community/maintainers_workflow.rst @@ -52,7 +52,7 @@ Collection maintainers are responsible for releasing new versions of a collectio #. Planning and announcement. #. Generating a changelog. #. Creating a release git tag and pushing it. -#. Automaticly publishing the release tarball on `Ansible Galaxy `_ through the `Zuul dashboard `_. +#. Automatically publishing the release tarball on `Ansible Galaxy `_ through the `Zuul dashboard `_. #. Final announcement. #. Optionally, `file a request to include a new collection into the Ansible package `_.