From 8b45c7bb9490637ad4fa2b18858603c2100789ab Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 10 Jun 2019 09:15:08 -0700 Subject: [PATCH] fix typo --- layouts/shortcodes/telegraf/plugins.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/telegraf/plugins.html b/layouts/shortcodes/telegraf/plugins.html index b69ab0f07..b68f6e529 100644 --- a/layouts/shortcodes/telegraf/plugins.html +++ b/layouts/shortcodes/telegraf/plugins.html @@ -9,7 +9,7 @@

{{ .name }}

Plugin ID: {{ $type }}s.{{ .id }}
- Telegraf {{ if not .deprecated }}{{ .introduced }}+{{ else }}{{ .introduced }} - {{ .deprecated }} Depricated{{ end }} + Telegraf {{ if not .deprecated }}{{ .introduced }}+{{ else }}{{ .introduced }} - {{ .deprecated }} Deprecated{{ end }}

{{ .description | markdownify | safeHTML }}