From 6e5c72f743127c929a8a6ceb396e33273b06e999 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Wed, 22 Jul 2020 10:18:38 -0700 Subject: [PATCH] Fix defaults processor readme typos (#7873) --- plugins/processors/defaults/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/defaults/README.md b/plugins/processors/defaults/README.md index 52574ed23..55a7eeb46 100644 --- a/plugins/processors/defaults/README.md +++ b/plugins/processors/defaults/README.md @@ -23,7 +23,7 @@ Telegraf minimum version: Telegraf 1.15.0 ``` ### Example -Ensure a _status\_code_ field with _N/A_ is inserted in the metric when one it's not set in the metric be default: +Ensure a _status\_code_ field with _N/A_ is inserted in the metric when one is not set in the metric by default: ```toml [[processors.defaults]]