Skip to content

Commit

Permalink
Merge pull request #1 from jiamin13579/jiamin13579-patch-1
Browse files Browse the repository at this point in the history
[docs] correct word 'escription' to 'description'
  • Loading branch information
jiamin13579 authored Jan 31, 2024
2 parents 82ccf00 + bcb6c52 commit e1ea8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/overview/cdc-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The most typical scenario is the merge of sub-databases and sub-tables, routing
To describe a route, the follows are required:
* source-table: Source table id, supports regular expressions
* sink-table: Sink table id, supports regular expressions
* escription: Routing rule description(optional, default value provided)
* description: Routing rule description(optional, default value provided)

For example, if synchronize the table 'web_order' in the database 'mydb' to a Kafka topic 'ods_web_order', we can use this yaml file to define this route:
```yaml
Expand Down

0 comments on commit e1ea8ec

Please sign in to comment.