summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-04-27 23:10:26 +0200
committerGitHub <noreply@github.com>2018-04-27 23:10:26 +0200
commit06a3f2033fc9f4be35793690416f1cef3d4f9792 (patch)
tree28f76327f0be68ef247feadb376f646f19aedf64 /nixos/doc
parent7b75efa231e6e68c8e08d3f3eebff8ab30986ede (diff)
parent2ac306c91cefc585d23239b54e5539abb64c0c04 (diff)
downloadnixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.tar
nixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.tar.gz
nixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.tar.bz2
nixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.tar.lz
nixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.tar.xz
nixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.tar.zst
nixpkgs-06a3f2033fc9f4be35793690416f1cef3d4f9792.zip
Merge pull request #39431 from fdietze/patch-1
nixos manual: Fix typo in Syntax Summary
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/configuration/summary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/configuration/summary.xml b/nixos/doc/manual/configuration/summary.xml
index be1f2263149..38032c5d9dc 100644
--- a/nixos/doc/manual/configuration/summary.xml
+++ b/nixos/doc/manual/configuration/summary.xml
@@ -53,7 +53,7 @@ manual</link> for the rest.</para>
       </row>
       <row>
         <entry><literal>{ x = 1; y = 2; }</literal></entry>
-        <entry>An set with attributes names <literal>x</literal> and <literal>y</literal></entry>
+        <entry>A set with attributes named <literal>x</literal> and <literal>y</literal></entry>
       </row>
       <row>
         <entry><literal>{ foo.bar = 1; }</literal></entry>