summary refs log tree commit diff
path: root/doc/overlays.xml
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-18 23:10:39 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-19 13:02:17 -0600
commit32ddbe3da97657fbd6ebaff27303f72f572bd41f (patch)
treeede4c6cf571933f554fb128f6352b192b6033e47 /doc/overlays.xml
parent67d78be03673dff235e9477f968dd6d5b6cb1253 (diff)
downloadnixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.tar
nixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.tar.gz
nixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.tar.bz2
nixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.tar.lz
nixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.tar.xz
nixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.tar.zst
nixpkgs-32ddbe3da97657fbd6ebaff27303f72f572bd41f.zip
doc: typo fixes
Diffstat (limited to 'doc/overlays.xml')
-rw-r--r--doc/overlays.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/overlays.xml b/doc/overlays.xml
index 90dd163072d..bff2339ca93 100644
--- a/doc/overlays.xml
+++ b/doc/overlays.xml
@@ -3,9 +3,9 @@
          xml:id="chap-overlays">
  <title>Overlays</title>
  <para>
-  This chapter describes how to extend and change Nixpkgs packages using
-  overlays. Overlays are used to add layers in the fix-point used by Nixpkgs to
-  compose the set of all packages.
+  This chapter describes how to extend and change Nixpkgs using overlays.
+  Overlays are used to add layers in the fixed-point used by Nixpkgs to compose
+  the set of all packages.
  </para>
  <para>
   Nixpkgs can be configured with a list of overlays, which are applied in
@@ -60,7 +60,7 @@
       <para>
        First, if an
        <link xlink:href="#sec-overlays-argument"><varname>overlays</varname>
-       argument</link> to the nixpkgs function itself is given, then that is
+       argument</link> to the Nixpkgs function itself is given, then that is
        used and no path lookup will be performed.
       </para>
      </listitem>