summary refs log tree commit diff
path: root/nixos/doc/manual/release-notes/rl-2111.section.md
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim.deh@pm.me>2021-11-29 10:51:59 -0700
committerTom Bereknyei <tomberek@gmail.com>2021-11-29 20:15:37 -0500
commitb1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec (patch)
treea1d38fb806744642a5defb008f6294489dd199e1 /nixos/doc/manual/release-notes/rl-2111.section.md
parentaf92f1c0cc2d83361771f7b3f6612219ffca5b3c (diff)
downloadnixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.tar
nixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.tar.gz
nixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.tar.bz2
nixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.tar.lz
nixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.tar.xz
nixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.tar.zst
nixpkgs-b1faa37cdf91a5c06b3eccd2611dc8faa7e6e6ec.zip
21.11 Release Notes: fix typos
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-2111.section.md')
-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 71e7669a02a..e66b2aee207 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.