diff options
author | Emir İşman <9727151+emirisman@users.noreply.github.com> | 2020-11-09 23:31:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 16:31:53 -0600 |
commit | 98e709da3b5bb4fdbb5c401baeff1c6b02cfd18c (patch) | |
tree | 375993abf1b3a2df8879ec2feefa29e218c5d1a7 | |
parent | f69643512cfcf75ce0b14d33c5eca3bdd684fda3 (diff) | |
download | spack-98e709da3b5bb4fdbb5c401baeff1c6b02cfd18c.tar.gz spack-98e709da3b5bb4fdbb5c401baeff1c6b02cfd18c.tar.bz2 spack-98e709da3b5bb4fdbb5c401baeff1c6b02cfd18c.tar.xz spack-98e709da3b5bb4fdbb5c401baeff1c6b02cfd18c.zip |
[docs] getting_started.rst: fix typo (#19815)
-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. |