Skip to content

Commit c540916

Browse files
committed
Corrected typo on CDC migration slide
1 parent ece57be commit c540916

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
issue_demo.sql

docs/220-Migrate Data/30-cdc-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Relational Migrator allows you to use Change-Data-Capture processes to continous
66
When a continous migration is requested, Relational Migrator will first complete a normal full synchronization before entering Chane Data Capture mode.
77
Change Data Capture synchronization will continue until you explicitly complete it.
88

9-
To start a continuous migration job, switch to Data Migration tab:
9+
To start a continuous migration job, switch to the `Data Migration` tab:
1010

1111
<Screenshot url="http://127.0.0.1:8278" src="img/210-image-006.png" alt="Screenshot of the connect modal" />
1212

0 commit comments

Comments
 (0)