From f00fabfa48bde269834a477f77ff2d96a6ebe05d Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 26 Mar 2021 11:54:37 +0530 Subject: [PATCH] Typo fix in changelog (#2030) Signed-off-by: Abhijeet Kasurde --- changelogs/changelog.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 8fe5d7d07b..9795a9d83b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -145,7 +145,7 @@ releases: - The Google cloud inventory script ``gce.py`` has been migrated to the ``community.google`` collection. Install the ``community.google`` collection in order to continue using it. - - archive - remove path folder itself when ``remove`` paramater is true (https://github.com/ansible-collections/community.general/issues/1041). + - archive - remove path folder itself when ``remove`` parameter is true (https://github.com/ansible-collections/community.general/issues/1041). - log_plays callback - add missing information to the logs generated by the callback plugin. This changes the log message format (https://github.com/ansible-collections/community.general/pull/442). - 'passwordstore lookup plugin - now parsing a password store entry as YAML @@ -414,7 +414,7 @@ releases: - airbrake_deployment - add ``version`` param; clarified docs on ``revision`` param (https://github.com/ansible-collections/community.general/pull/583). - apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548). - - archive - fix paramater types (https://github.com/ansible-collections/community.general/pull/1039). + - archive - fix parameter types (https://github.com/ansible-collections/community.general/pull/1039). - cloudflare_dns - add support for environment variable ``CLOUDFLARE_TOKEN`` (https://github.com/ansible-collections/community.general/pull/1238). - consul - added support for tcp checks (https://github.com/ansible-collections/community.general/issues/1128).