From 8019d2ac269050b03fda5f0c04ed4dc38cd7286b Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 9 Dec 2022 00:11:14 -0600 Subject: [PATCH] Fix typo and improve wording Co-authored-by: Felix Fontein --- src/antsibull/data/ansible-readme.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/antsibull/data/ansible-readme.rst b/src/antsibull/data/ansible-readme.rst index 9e7f00c54..19eae44ec 100644 --- a/src/antsibull/data/ansible-readme.rst +++ b/src/antsibull/data/ansible-readme.rst @@ -14,13 +14,13 @@ deployment, cloud provisioning, ad-hoc task execution, network automation, and m orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy. More information on the Ansible `website `_. -This is the ``ansible`` ccmmunity package. +This is the ``ansible`` community package. ``ansible`` contains a set of independent Ansible collections that are currated by the community, and it pulls in `ansible-core `_. -The ``ansible-core`` package contains the core engine and cli tools (e.g. -``ansible``, ``ansible-playbook``) while ``ansible`` contains extra modules and -plugins. +The ``ansible-core`` package contains the core engine and CLI tools (such as +``ansible``, ``ansible-playbook``) while ``ansible`` contains extra modules, +plugins, and roles. ``ansible`` follows `semantic versioning `_. Each major version of ``ansible`` depends on a specific major version of