Parcourir la source

docs: fix desc typo

zmstone il y a 1 an
Parent
commit
e0da7ea392
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rel/i18n/emqx_bridge_kafka.hocon

+ 1 - 1
rel/i18n/emqx_bridge_kafka.hocon

@@ -66,7 +66,7 @@ consumer_max_batch_bytes.desc:
 """Set how many bytes to pull from Kafka in each fetch request.
 Messages are fetched in batches by the consumer, and if the first record batch in the first non-empty
 partition of the fetch is larger than this value, the record batch will still be returned to ensure
-that the consumer can make progress. As such, this is not a absolute maximum. Set `1` for minimal latency."""
+that the consumer can make progress. As such, this is not an absolute maximum. Set `1` for minimal latency."""
 
 consumer_max_batch_bytes.label:
 """Fetch Bytes"""