From aeb2ebdcac704e024c73ca6d0e2f18c7e4f54d75 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sun, 15 May 2022 08:50:16 -0700 Subject: [PATCH] Update 04-opentsdb-json.mdx --- docs-en/04-develop/03-insert-data/04-opentsdb-json.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/04-develop/03-insert-data/04-opentsdb-json.mdx b/docs-en/04-develop/03-insert-data/04-opentsdb-json.mdx index 8d9f150df3..fb938d2696 100644 --- a/docs-en/04-develop/03-insert-data/04-opentsdb-json.mdx +++ b/docs-en/04-develop/03-insert-data/04-opentsdb-json.mdx @@ -15,7 +15,7 @@ import CJson from "./_c_opts_json.mdx"; ## Introduction -A JSON string is sued in OpenTSDB JSON to represent one or more rows of data, for exmaple: +A JSON string is used in OpenTSDB JSON to represent one or more rows of data, for exmaple: ```json [ -- GitLab