diff --git a/docs/concepts-broker-load-balancing-concepts.md b/docs/concepts-broker-load-balancing-concepts.md index 22a777d4ac9b..4a49d5a0a255 100644 --- a/docs/concepts-broker-load-balancing-concepts.md +++ b/docs/concepts-broker-load-balancing-concepts.md @@ -177,7 +177,7 @@ For how to split bundles manually, please refer to [`split-bundle`](pathname:/// Examples: -Split the largest bundle at the position that equality divides the topic count, and unload the child bundles immediately. +Split the largest bundle at the position that equally divides the topic count, and unload the child bundles immediately. `pulsar-admin namespaces split-bundle -b LARGEST -san topic_count_equally_divide -u my-tenant/my-namespace`