This is an automated email from the ASF dual-hosted git repository.
shenghang 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 b6c0b72ad9 update the doc word database (#10143)
b6c0b72ad9 is described below
commit b6c0b72ad9f4aeae4b5ad4955f2de36f97fa3e4a
Author: Li Dongxu <[email protected]>
AuthorDate: Tue Dec 2 22:46:29 2025 +0800
update the doc word database (#10143)
---
docs/en/concept/sink-options-placeholders.md | 2 +-
docs/zh/concept/sink-options-placeholders.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/concept/sink-options-placeholders.md
b/docs/en/concept/sink-options-placeholders.md
index e7db53c132..591998590a 100644
--- a/docs/en/concept/sink-options-placeholders.md
+++ b/docs/en/concept/sink-options-placeholders.md
@@ -108,5 +108,5 @@ sink {
We will complete the placeholder replacement before the connector is started,
ensuring that the sink options is ready before use.
If the variable is not replaced, it may be that the upstream table metadata is
missing this option, for example:
- `mysql` source not contain `${schema_name}`
-- `oracle` source not contain `${databse_name}`
+- `oracle` source not contain `${database_name}`
- ...
diff --git a/docs/zh/concept/sink-options-placeholders.md
b/docs/zh/concept/sink-options-placeholders.md
index 05542b76e0..df856032f8 100644
--- a/docs/zh/concept/sink-options-placeholders.md
+++ b/docs/zh/concept/sink-options-placeholders.md
@@ -108,5 +108,5 @@ sink {
占位符的替换将在连接器启动之前完成,确保 Sink 参数在使用前已准备就绪。
若该占位符变量没有被替换,则可能是上游表元数据缺少该选项,例如:
- `mysql` source 连接器不包含 `${schema_name}` 元数据
-- `oracle` source 连接器不包含 `${databse_name}` 元数据
+- `oracle` source 连接器不包含 `${database_name}` 元数据
- ...