From 03ab8cb1f44a9d0923a8c975fdff4dc0e432770c Mon Sep 17 00:00:00 2001 From: Var091 <61744939+Var091@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:59:29 +0200 Subject: [PATCH] fix typo in notifiers.md --- documentation/notifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/notifiers.md b/documentation/notifiers.md index d64c6195a..ffc852545 100644 --- a/documentation/notifiers.md +++ b/documentation/notifiers.md @@ -22,7 +22,7 @@ The recommended procedure for creating notifiers is as follows: - User generated secret, and supplemented in `EnvFrom` in the Grafana CR. 3) Once logged in, create and test notifiers through the UI 4) Once tested and created, extract the raw JSON -5) Create a new `GrafanaNotifgicationChannel` CR and provide the JSON string in `spec.json` as in the example below: +5) Create a new `GrafanaNotificationChannel` CR and provide the JSON string in `spec.json` as in the example below: 6) Apply the resource to the cluster The created notifier should now be provisioned and managed by the operator.