From 44738ee44eadcc5eacfffc65b094898c3886abb6 Mon Sep 17 00:00:00 2001 From: Ben Hardesty Date: Fri, 26 Mar 2021 16:52:01 -0400 Subject: [PATCH] Doc: fix typo in rhoas kafka topic describe (#507) --- locales/cmd/kafka/topic/describe/active.en.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/cmd/kafka/topic/describe/active.en.toml b/locales/cmd/kafka/topic/describe/active.en.toml index a18c4db27..c65eab2c5 100644 --- a/locales/cmd/kafka/topic/describe/active.en.toml +++ b/locales/cmd/kafka/topic/describe/active.en.toml @@ -6,11 +6,11 @@ one = 'Describe a topic' [kafka.topic.describe.cmd.longDescription] one = ''' -Print detailed configuration information for a Kafka topic" +Print detailed configuration information for a Kafka topic. ''' [kafka.topic.describe.cmd.example] one = ''' # describe a topic $ rhoas kafka topic describe topic-1 -''' \ No newline at end of file +'''