summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim.deh@pm.me>2021-11-29 10:51:59 -0700
committertomberek <tomberek@users.noreply.github.com>2021-11-29 21:23:31 -0500
commita7ecde854aee5c4c7cd6177f54a99d2c1ff28a31 (patch)
tree4ec7a0c240d992f064d50d45476dab4e211f191c
parent64e3e0952a41cd7f64c61b34a84d922c29b34af6 (diff)
21.11 Release Notes: fix typos 21.11
(cherry picked from commit b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec)
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 46575466ebac2..2c6c0ca8f11b8 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -1,4 +1,4 @@
-# Release 21.11 (“Porcupine”, 2021.11/29) {#sec-release-21.11}
+# Release 21.11 (“Porcupine”, 2021/11/30) {#sec-release-21.11}
 
 In addition to numerous new and upgraded packages, this release has the following highlights:
 
@@ -12,7 +12,7 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - PHP now defaults to PHP 8.0, updated from 7.4.
 
-- kOps now defaults to 1.21.1, which uses containerd as the default runtime.
+- kops now defaults to 1.21.1, which uses containerd as the default runtime.
 
 - `python3` now defaults to Python 3.9, updated from Python 3.8.
 
@@ -25,7 +25,7 @@ In addition to numerous new and upgraded packages, this release has the followin
   - Hadoop now defaults to Hadoop 3, updated from 2.
   - JournalNode, ZKFS and HTTPFS services have been added.
 
-- Activation scripts can now opt int to be run when running `nixos-rebuild dry-activate` and detect the dry activation by reading `$NIXOS_ACTION`.
+- Activation scripts can now, optionally, be run during a `nixos-rebuild dry-activate` and can detect the dry activation by reading `$NIXOS_ACTION`.
   This allows activation scripts to output what they would change if the activation was really run.
   The users/modules activation script supports this and outputs some of is actions.