diff --git a/docs/usage.rst b/docs/usage.rst index 63196826..c7e3c9a4 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -177,7 +177,7 @@ By default nox stores virtualenvs in ``./.nox``, however, you can change this us Skipping everything but install commands ---------------------------------------- -There are a couple of cases where it makes sense to have Nox only run ``install`` commands, such as preparing an environment for offline testing or re-creating the same virtulenvs used for testing. You can use ``--install-only`` to skip ``run`` commands. +There are a couple of cases where it makes sense to have Nox only run ``install`` commands, such as preparing an environment for offline testing or re-creating the same virtualenvs used for testing. You can use ``--install-only`` to skip ``run`` commands. For example, given this Noxfile: @@ -356,4 +356,4 @@ fish .. code-block:: console - register-python-argcomplete --shell fish nox | . \ No newline at end of file + register-python-argcomplete --shell fish nox | .