nixos/doc: wording fix

Changed files
+4 -4
nixos
doc
manual
from_md
release-notes
release-notes
+3 -3
nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
···
<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
<literal>services.grafana.provision.alerting.contactPoints</literal>
instead.
</para>
···
<listitem>
<para>
<xref linkend="opt-services.grafana.provision.notifiers" />
+
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>
+1 -1
nixos/doc/manual/release-notes/rl-2211.section.md
···
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.
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.
···
deploy to NixOS.
- [](#opt-services.grafana.provision.notifiers) 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.
- 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.