summaryrefslogtreecommitdiff
path: root/lib/spack/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/docs/index.rst')
-rw-r--r--lib/spack/docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/index.rst b/lib/spack/docs/index.rst
index 2382678cc3..97c8361421 100644
--- a/lib/spack/docs/index.rst
+++ b/lib/spack/docs/index.rst
@@ -18,8 +18,8 @@ configurations can coexist on the same system.
Most importantly, Spack is *simple*. It offers a simple *spec* syntax
so that users can specify versions and configuration options
concisely. Spack is also simple for package authors: package files
-are writtin in pure Python, and specs allow package authors to write a
-single build script for many different builds of the same package.
+are writtin in pure Python, and specs allow package authors to
+maintain a single file for many different builds of the same package.
See the :doc:`features` for examples and highlights.