diff options
-rw-r--r-- | lib/spack/docs/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/getting_started.rst b/lib/spack/docs/getting_started.rst index 052a028045..f1df0343bd 100644 --- a/lib/spack/docs/getting_started.rst +++ b/lib/spack/docs/getting_started.rst @@ -67,7 +67,7 @@ for your shell: That's it! You're ready to use Spack. Sourcing these files will put the ``spack`` command in your ``PATH``, set -up your ``MOUDLEPATH`` to use Spack's packages, and add other useful +up your ``MODULEPATH`` to use Spack's packages, and add other useful shell integration for :ref:`certain commands <packaging-shell-support>`, :ref:`environments <environments>`, and :ref:`modules <modules>`. For ``bash``, it also sets up tab completion. |