From 1c53ced755abec90133bc2b76d0d7c0d9d975dc0 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 19 Dec 2020 02:41:11 +0100 Subject: [PATCH 1/2] fix: small error --- docs/ci.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci.rst b/docs/ci.rst index 535bddc2f8..0db0e8a1bc 100644 --- a/docs/ci.rst +++ b/docs/ci.rst @@ -48,7 +48,7 @@ and run ``molecule test`` in ubuntu. If you need access to requirements in private repositories, `create a token`_ with the required privileges, then define a ``GIT_CREDENTIALS`` secret for your repository with a value looking like `https://username:token@github.com/`, -and finaly add the following step before `Test with molecule` +and finally add the following step before `Test with molecule` .. code-block:: yaml From a91ebaddfbd0549a85bf028981b071e714c86f0c Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 19 Dec 2020 02:43:20 +0100 Subject: [PATCH 2/2] Update getting-started.rst (#1) --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 030333d455..62cd4e8b3a 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -175,7 +175,7 @@ Finally, we can exit the instance and destroy it with: Run a full test sequence ------------------------ -Molecule provides commands for manually managing the lifecyle of the instance, +Molecule provides commands for manually managing the lifecycle of the instance, scenario, development and testing tools. However, we can also tell Molecule to manage this automatically within a :ref:`root_scenario` sequence.