From b300ec349cf7ae63b3e2335cab673658b67c335e Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 8 Nov 2022 18:11:28 +0100 Subject: [PATCH] nixos/doc: wording fix --- nixos/doc/manual/from_md/release-notes/rl-2211.section.xml | 6 +++--- nixos/doc/manual/release-notes/rl-2211.section.md | 2 +- 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 dd3b974ff16d..4ee65193778d 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 = [ - 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 services.grafana.provision.alerting.contactPoints instead. diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md index 11e1117c22f6..969d62c7af1b 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.