summary refs log tree commit diff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-06-29 00:12:57 +0200
committerGitHub <noreply@github.com>2022-06-29 00:12:57 +0200
commit58ffd047e02026baf222820472f2ab969f81ff24 (patch)
treef5f650ae26acd77b4f872ff6cc7e79d205718e45
parent629b508b16e205668cb0fc00a333abb089a117dd (diff)
parent4d269d11e351fb52d8c172c4bfa34341d8fccf2a (diff)
downloadnixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.tar
nixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.tar.gz
nixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.tar.bz2
nixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.tar.lz
nixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.tar.xz
nixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.tar.zst
nixpkgs-58ffd047e02026baf222820472f2ab969f81ff24.zip
Merge pull request #179484 from centromere/patch-2
nixos/doc: Fix typo in activation-script.md
-rw-r--r--nixos/doc/manual/development/activation-script.section.md2
-rw-r--r--nixos/doc/manual/from_md/development/activation-script.section.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/activation-script.section.md b/nixos/doc/manual/development/activation-script.section.md
index df683662404..1aee252fdde 100644
--- a/nixos/doc/manual/development/activation-script.section.md
+++ b/nixos/doc/manual/development/activation-script.section.md
@@ -54,7 +54,7 @@ possiblility into account that they have to create them first.
 ## NixOS snippets {#sec-activation-script-nixos-snippets}
 
 There are some snippets NixOS enables by default because disabling them would
-most likely break you system. This section lists a few of them and what they
+most likely break your system. This section lists a few of them and what they
 do:
 
 - `binsh` creates `/bin/sh` which points to the runtime shell
diff --git a/nixos/doc/manual/from_md/development/activation-script.section.xml b/nixos/doc/manual/from_md/development/activation-script.section.xml
index 0d9e911216e..981ebf37e60 100644
--- a/nixos/doc/manual/from_md/development/activation-script.section.xml
+++ b/nixos/doc/manual/from_md/development/activation-script.section.xml
@@ -73,7 +73,7 @@ system.activationScripts.my-activation-script = {
     <title>NixOS snippets</title>
     <para>
       There are some snippets NixOS enables by default because disabling
-      them would most likely break you system. This section lists a few
+      them would most likely break your system. This section lists a few
       of them and what they do:
     </para>
     <itemizedlist spacing="compact">