Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit b6c0b72

Browse files
authored
update the doc word database (apache#10143)
1 parent 3930010 commit b6c0b72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/concept/sink-options-placeholders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ sink {
108108
We will complete the placeholder replacement before the connector is started, ensuring that the sink options is ready before use.
109109
If the variable is not replaced, it may be that the upstream table metadata is missing this option, for example:
110110
- `mysql` source not contain `${schema_name}`
111-
- `oracle` source not contain `${databse_name}`
111+
- `oracle` source not contain `${database_name}`
112112
- ...

docs/zh/concept/sink-options-placeholders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ sink {
108108
占位符的替换将在连接器启动之前完成,确保 Sink 参数在使用前已准备就绪。
109109
若该占位符变量没有被替换,则可能是上游表元数据缺少该选项,例如:
110110
- `mysql` source 连接器不包含 `${schema_name}` 元数据
111-
- `oracle` source 连接器不包含 `${databse_name}` 元数据
111+
- `oracle` source 连接器不包含 `${database_name}` 元数据
112112
- ...

0 commit comments

Comments
 (0)