Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in docs #3011

Merged
merged 2 commits into from
Dec 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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