Skip to content

Commit c2957bd

Browse files
authored
[hotfix][docs] Fix typo in oracle-cdc.md (#613)
1 parent a537d45 commit c2957bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/connectors/oracle-cdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public class OracleSourceExample {
342342
.hostname()
343343
.port(1521)
344344
.database("XE") // monitor XE database
345-
.shemaList("inventory") // monitor inventory schema
345+
.schemaList("inventory") // monitor inventory schema
346346
.tableList("inventory.products") // monitor products table
347347
.username("flinkuser")
348348
.password("flinkpw")

0 commit comments

Comments
 (0)