about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2022-12-01 16:24:33 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2022-12-08 13:50:05 -0800
commitcc63293b50cbc33c3e0519690fbaaec1b2434289 (patch)
tree3049d087659a3f03da875ba96c3bbda1a557a4b8 /nixos/modules/system
parentad6ea546b4da50faff7961c2eb260a68aa1c65f6 (diff)
nixos/boot/external: fixup typo in generated docs, regenerate docs
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/loader/external/external.md2
-rw-r--r--nixos/modules/system/boot/loader/external/external.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/system/boot/loader/external/external.md b/nixos/modules/system/boot/loader/external/external.md
index a53ab55baf5b3..ba1dfd4d9b9af 100644
--- a/nixos/modules/system/boot/loader/external/external.md
+++ b/nixos/modules/system/boot/loader/external/external.md
@@ -6,7 +6,7 @@ Some users may prefer to create advanced workflows around managing the bootloade
 
 You can replace the built-in bootloader support with your own tooling using the "external" bootloader option.
 
-Imagine you have created a new packaged called FooBoot.
+Imagine you have created a new package called FooBoot.
 FooBoot provides a program at `${pkgs.fooboot}/bin/fooboot-install` which takes the system closure's path as its only argument and configures the system's bootloader.
 
 You can enable FooBoot like this:
diff --git a/nixos/modules/system/boot/loader/external/external.xml b/nixos/modules/system/boot/loader/external/external.xml
index b024e7dd4031d..39ab2156bc8c6 100644
--- a/nixos/modules/system/boot/loader/external/external.xml
+++ b/nixos/modules/system/boot/loader/external/external.xml
@@ -12,7 +12,7 @@
     tooling using the <quote>external</quote> bootloader option.
   </para>
   <para>
-    Imagine you have created a new packaged called FooBoot. FooBoot
+    Imagine you have created a new package called FooBoot. FooBoot
     provides a program at
     <literal>${pkgs.fooboot}/bin/fooboot-install</literal> which takes
     the system closure’s path as its only argument and configures the
@@ -21,7 +21,7 @@
   <para>
     You can enable FooBoot like this:
   </para>
-  <programlisting language="bash">
+  <programlisting language="nix">
 { pkgs, ... }: {
   boot.loader.external = {
     enable = true;