From 5fa6a17297c1f6062e7a198ca9e6740bb91bb46e Mon Sep 17 00:00:00 2001
From: Michael Morisi <michael.morisi@mongodb.com>
Date: Tue, 11 Jun 2024 13:56:54 -0400
Subject: [PATCH] Update source/includes/fundamentals/cdc/debezium.rst

Co-authored-by: Jordan Smith <45415425+jordan-smith721@users.noreply.github.com>
---
 source/includes/fundamentals/cdc/debezium.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/source/includes/fundamentals/cdc/debezium.rst b/source/includes/fundamentals/cdc/debezium.rst
index e1b7f446..7f02f377 100644
--- a/source/includes/fundamentals/cdc/debezium.rst
+++ b/source/includes/fundamentals/cdc/debezium.rst
@@ -28,6 +28,7 @@ CDC events from each of the preceding datastores:
          change.data.capture.handler=com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.ChangeStreamHandler
 
       .. note::
+
          If you are using a Debezium CDC version earlier than 2.0, set the value of the
          ``change.data.capture.handler`` property to ``com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.MongoDbHandler``.