From f9d22d3d7806b4dc124ce9853df7e8301956e904 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Wed, 21 Feb 2024 17:50:42 +0800 Subject: [PATCH] Add a word "the" --- ticdc/ticdc-sink-to-pulsar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-sink-to-pulsar.md b/ticdc/ticdc-sink-to-pulsar.md index c7aa75e390720..97b6e6d45e81f 100644 --- a/ticdc/ticdc-sink-to-pulsar.md +++ b/ticdc/ticdc-sink-to-pulsar.md @@ -217,7 +217,7 @@ The following is a sample configuration when you use token authentication with P auth-tls-certificate-path="/data/pulsar/certificate" # Private key path of the Pulsar mTLS authentication auth-tls-private-key-path="/data/pulsar/certificate.key" - # Path to trusted certificate file of the Pulsar mTLS authentication + # Path to the trusted certificate file of the Pulsar mTLS authentication tls-trust-certs-file-path="/data/pulsar/tls-trust-certs-file" ```