From 91952e30b9f95514dfc65a8aa384d0ee19fdd3f2 Mon Sep 17 00:00:00 2001 From: shuiyisong Date: Tue, 16 Jul 2024 17:18:43 +0800 Subject: [PATCH] fix: typo --- docs/nightly/en/user-guide/logs/write-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nightly/en/user-guide/logs/write-logs.md b/docs/nightly/en/user-guide/logs/write-logs.md index 325a14f82..cb52fac89 100644 --- a/docs/nightly/en/user-guide/logs/write-logs.md +++ b/docs/nightly/en/user-guide/logs/write-logs.md @@ -26,7 +26,7 @@ This interface accepts the following parameters: The `Content-Type` header of the HTTP request decides how GreptimeDB decodes the payload. Currently we support the following `Content-Type`: - `application/json`: the key name of each field is the field name that can be used in pipeline. -- `plain/text`: you can refer to each line using `line` in pipeline. It's recommand to use `dissect` or `regex` to prase the whole line first. +- `plain/text`: you can refer to each line using `line` in pipeline. It's recommend to use `dissect` or `regex` to prase the whole line first. Here are some examples ```shell