Skip to content

Commit

Permalink
Fix typos in docs (#3011)
Browse files Browse the repository at this point in the history
* fix: small error

* Update getting-started.rst (#1)
  • Loading branch information
0xflotus authored Dec 19, 2020
1 parent 2b9d832 commit a915d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a915d82

Please sign in to comment.