Merge pull request #179484 from centromere/patch-2

nixos/doc: Fix typo in activation-script.md

authored by Jan Tojnar and committed by GitHub 58ffd047 629b508b

+2 -2
+1 -1
nixos/doc/manual/development/activation-script.section.md
··· 54 ## NixOS snippets {#sec-activation-script-nixos-snippets} 55 56 There are some snippets NixOS enables by default because disabling them would 57 - most likely break you system. This section lists a few of them and what they 58 do: 59 60 - `binsh` creates `/bin/sh` which points to the runtime shell
··· 54 ## NixOS snippets {#sec-activation-script-nixos-snippets} 55 56 There are some snippets NixOS enables by default because disabling them would 57 + most likely break your system. This section lists a few of them and what they 58 do: 59 60 - `binsh` creates `/bin/sh` which points to the runtime shell
+1 -1
nixos/doc/manual/from_md/development/activation-script.section.xml
··· 73 <title>NixOS snippets</title> 74 <para> 75 There are some snippets NixOS enables by default because disabling 76 - them would most likely break you system. This section lists a few 77 of them and what they do: 78 </para> 79 <itemizedlist spacing="compact">
··· 73 <title>NixOS snippets</title> 74 <para> 75 There are some snippets NixOS enables by default because disabling 76 + them would most likely break your system. This section lists a few 77 of them and what they do: 78 </para> 79 <itemizedlist spacing="compact">