From e89f3a390dbf5199161532ee7f36ec8f80eb8699 Mon Sep 17 00:00:00 2001 From: dingbo Date: Wed, 13 Jul 2022 14:46:34 +0800 Subject: [PATCH] docs: typo --- docs/en/08-third-party/03-telegraf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/08-third-party/03-telegraf.md b/docs/en/08-third-party/03-telegraf.md index ecbf1beca7..dd59972fef 100644 --- a/docs/en/08-third-party/03-telegraf.md +++ b/docs/en/08-third-party/03-telegraf.md @@ -29,7 +29,7 @@ In the Telegraf configuration file (default location `/etc/telegraf/telegraf.con You are expected to replace `` and `` with real TDengine cloud URL and token. To obtain the real values, please log in [TDengine Cloud](https://cloud.tdengine.com). -In above configuration example, all data will be written to database `telegraf`, but you can change it to any database you prefer. The database will be created automatically if it dose not exists in advance. +In above configuration example, all data will be written to database `telegraf`, but you can change it to any database you prefer. The database will be created automatically if it dose not exist in advance. ## Verification plugin -- GitLab