From a35862c67d1aaf30b9e2f2204ed4a668447e12af Mon Sep 17 00:00:00 2001 From: Nir Gazit Date: Sun, 17 Jan 2021 14:47:44 +0200 Subject: [PATCH] Fixed spelling --- plugins/kafka-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/kafka-backend/README.md b/plugins/kafka-backend/README.md index e9b73abd35..b2271a2911 100644 --- a/plugins/kafka-backend/README.md +++ b/plugins/kafka-backend/README.md @@ -14,7 +14,7 @@ The name of the client to use when connecting to the cluster. A list of the brokers' host names and ports to connect to. -### ssl (optional) +### SSL (optional) Configure TLS connection to the Kafka cluster. The options are passed directly to [tls.connect] and used to create the TLS secure context. Normally these would include `key` and `cert`.