From 51a71a550413a9161ff15707edecbbf86543ea6a Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 8 Oct 2025 18:55:23 +0100 Subject: [PATCH] minor typo fix (#3117) --- .../docsite/rst/collections_guide/collections_downloading.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/collections_guide/collections_downloading.rst b/docs/docsite/rst/collections_guide/collections_downloading.rst index 4a804d594e..45b343e353 100644 --- a/docs/docsite/rst/collections_guide/collections_downloading.rst +++ b/docs/docsite/rst/collections_guide/collections_downloading.rst @@ -9,8 +9,8 @@ file which can be used to install those collections on a host without access to are downloaded by default to the ``./collections`` folder. Just like the ``install`` command, the collections are sourced based on the -:ref:`configured galaxy server config `. Even if a collection to download was specified by a URL -or path to a tarball, the collection will be re-downloaded from the configured Galaxy server. +:ref:`configured galaxy server config `. +Even if a collection to download was specified by a URL or path to a tarball, the collection will be downloaded again from the configured Galaxy server. Collections can be specified as one or multiple collections or with a ``requirements.yml`` file just like ``ansible-galaxy collection install``.