summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-11-08 18:11:28 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2022-11-20 18:21:40 +0100
commitb300ec349cf7ae63b3e2335cab673658b67c335e (patch)
treeaf65e6b2ae796a193da37f2873cb53a823d8c374 /nixos/doc
parentfebc8a43076c247beb3c868662a14cbb98b55f68 (diff)
nixos/doc: wording fix
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml6
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index dd3b974ff16d9..4ee65193778d4 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -1312,9 +1312,9 @@ services.github-runner.serviceOverrides.SupplementaryGroups = [
               <listitem>
                 <para>
                   <xref linkend="opt-services.grafana.provision.notifiers" />
-                  is not affected by this change because this feature
-                  will is deprecated by Grafana and will probably
-                  removed in Grafana 10. It’s recommended to use
+                  is not affected by this change because this feature is
+                  deprecated by Grafana and will probably removed in
+                  Grafana 10. It’s recommended to use
                   <literal>services.grafana.provision.alerting.contactPoints</literal>
                   instead.
                 </para>
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index 11e1117c22f61..969d62c7af1bd 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -427,7 +427,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
       deploy to NixOS.
 
     - [](#opt-services.grafana.provision.notifiers) is not affected by this change because
-      this feature will is deprecated by Grafana and will probably removed in Grafana 10.
+      this feature is deprecated by Grafana and will probably removed in Grafana 10.
       It's recommended to use `services.grafana.provision.alerting.contactPoints` instead.
 
 - The `services.grafana.provision.alerting` option was added. It includes suboptions for every alerting-related objects (with the exception of `notifiers`), which means it's now possible to configure modern Grafana alerting declaratively.