summary refs log tree commit diff
path: root/doc/overlays.xml
diff options
context:
space:
mode:
authorNicolas B. Pierron <nicolas.b.pierron@nbp.name>2017-01-15 18:58:26 +0000
committerNicolas B. Pierron <nicolas.b.pierron@gmail.com>2017-01-16 01:17:33 +0100
commit2ad710e70ebc38d2574652c89320c50931e3df85 (patch)
tree5717eccf15eaeebed3b9706bf52d782f184e7658 /doc/overlays.xml
parentda8cf2662a14d85fb3bf71c7b3a8b11fa977b35e (diff)
downloadnixlib-2ad710e70ebc38d2574652c89320c50931e3df85.tar
nixlib-2ad710e70ebc38d2574652c89320c50931e3df85.tar.gz
nixlib-2ad710e70ebc38d2574652c89320c50931e3df85.tar.bz2
nixlib-2ad710e70ebc38d2574652c89320c50931e3df85.tar.lz
nixlib-2ad710e70ebc38d2574652c89320c50931e3df85.tar.xz
nixlib-2ad710e70ebc38d2574652c89320c50931e3df85.tar.zst
nixlib-2ad710e70ebc38d2574652c89320c50931e3df85.zip
Fix extra nits from aneeshusa
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 c921289fd6c3..c20045b217bd 100644
--- a/doc/overlays.xml
+++ b/doc/overlays.xml
@@ -40,17 +40,17 @@ first one present is considered, and all the rest are ignored:
 </orderedlist>
 </para>
 
-<para>For the second and third option, the directory should contain Nix expressions defining the
+<para>For the second and third options, the directory should contain Nix expressions defining the
 overlays. Each overlay can be a file, a directory containing a
 <filename>default.nix</filename>, or a symlink to one of those. The expressions should follow
 the syntax described in <xref linkend="sec-overlays-layout"/>.</para>
 
 <para>The order of the overlay layers can influence the recipe of packages if multiple layers override
-the same recipe. In the case where overlays are loaded from a directory, these are loaded in
+the same recipe. In the case where overlays are loaded from a directory, they are loaded in
 alphabetical order.</para>
 
 <para>To install an overlay using the last option, you can clone the overlay's repository and add
-a symbolic link to in the <filename>~/.nixpkgs/overlays/</filename> directory.</para>
+a symbolic link to it in <filename>~/.nixpkgs/overlays/</filename> directory.</para>
 
 </section>
 
@@ -60,7 +60,7 @@ a symbolic link to in the <filename>~/.nixpkgs/overlays/</filename> directory.</
 <title>Overlays Layout</title>
 
 <para>Overlays are expressed as Nix functions which accept 2 arguments and return a set of
-packages</para>
+packages.</para>
 
 <programlisting>
 self: super: