fix typo
parent
f3f487ec22
commit
8b45c7bb94
|
@ -9,7 +9,7 @@
|
||||||
<h3 id="{{ .id }}">{{ .name }}</h3>
|
<h3 id="{{ .id }}">{{ .name }}</h3>
|
||||||
<p class="meta">
|
<p class="meta">
|
||||||
Plugin ID: <code>{{ $type }}s.{{ .id }}</code><br/>
|
Plugin ID: <code>{{ $type }}s.{{ .id }}</code><br/>
|
||||||
Telegraf {{ if not .deprecated }}{{ .introduced }}+{{ else }}{{ .introduced }} - {{ .deprecated }} <span class="deprecated">Depricated</span>{{ end }}
|
Telegraf {{ if not .deprecated }}{{ .introduced }}+{{ else }}{{ .introduced }} - {{ .deprecated }} <span class="deprecated">Deprecated</span>{{ end }}
|
||||||
</p>
|
</p>
|
||||||
<p>{{ .description | markdownify | safeHTML }}</p>
|
<p>{{ .description | markdownify | safeHTML }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue