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 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.