This is an automated email from the ASF dual-hosted git repository.

davidzollo pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9aad1cb93b [Docs] Fix Http source code fence (#11064)
9aad1cb93b is described below

commit 9aad1cb93bd8fe7e66405c4199924ce37ace862b
Author: Daniel Carter <[email protected]>
AuthorDate: Thu Jun 11 21:57:02 2026 +0800

    [Docs] Fix Http source code fence (#11064)
    
    Co-authored-by: Shenghang <[email protected]>
---
 docs/en/connectors/source/Http.md | 2 +-
 docs/zh/connectors/source/Http.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/connectors/source/Http.md 
b/docs/en/connectors/source/Http.md
index 1af464b2bb..b0752c72a8 100644
--- a/docs/en/connectors/source/Http.md
+++ b/docs/en/connectors/source/Http.md
@@ -590,7 +590,7 @@ source {
 the `pageing.page_type` parameter must be set to `Cursor`.
 `cursor_field` is the field name of the cursor in the request parameters.
 `cursor_response_field` is the field name denotes the name of the pagination 
token field in the response data, we should add this to add pageing fields into 
request.
-````hocon
+```hocon
 
 source {
     Http {
diff --git a/docs/zh/connectors/source/Http.md 
b/docs/zh/connectors/source/Http.md
index 5ba01bca56..a3e5dcf8ad 100644
--- a/docs/zh/connectors/source/Http.md
+++ b/docs/zh/connectors/source/Http.md
@@ -579,7 +579,7 @@ source {
 `pageing.page_type` 参数必须设置为 `Cursor`。
 `cursor_field` 是请求参数中游标的字段名称。
 `cursor_response_field` 是响应数据中分页令牌字段的名称,我们应该将其添加到请求的分页字段中。
-````hocon
+```hocon
 
 source {
     Http {

Reply via email to