You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/08/13 08:26:34 UTC

[pulsar] branch master updated: Fix admin-api-partitioned-topics page grammatical errors (#7780)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new f8f33f8  Fix admin-api-partitioned-topics page grammatical errors (#7780)
f8f33f8 is described below

commit f8f33f89ccebc66a7a96be442a04dac974399791
Author: geetha-rangaswamaiah <61...@users.noreply.github.com>
AuthorDate: Thu Aug 13 13:56:20 2020 +0530

    Fix admin-api-partitioned-topics page grammatical errors (#7780)
    
    This PR fixes admin-api-partitioned-topics page grammatical errors.
---
 site2/docs/admin-api-partitioned-topics.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/docs/admin-api-partitioned-topics.md b/site2/docs/admin-api-partitioned-topics.md
index d413425..f269882 100644
--- a/site2/docs/admin-api-partitioned-topics.md
+++ b/site2/docs/admin-api-partitioned-topics.md
@@ -45,8 +45,8 @@ $ bin/pulsar-admin topics create-partitioned-topic \
 
 > #### Note
 >
-> If there already exists a non partitioned topic with suffix '-partition-' followed by numeric value like
-> 'xyz-topic-partition-10', then you can not create partitioned topic with name 'xyz-topic' as the partitions
+> If there already exists a non-partitioned topic with the suffix '-partition-' followed by numeric value like
+> 'xyz-topic-partition-10', then you can not create a partitioned topic with name 'xyz-topic' as the partitions
 > of the partitioned topic could override the existing non partitioned topic. You have to delete that non
 > partitioned topic first then create the partitioned topic.
 
@@ -64,7 +64,7 @@ admin.persistentTopics().createPartitionedTopic(topicName, numPartitions);
 
 ### Create missed partitions
 
-Try to create partitions for partitioned topic. The partitions of partition topic has to be created, 
+Try to create partitions for partitioned topic. The partitions of partition topic have to be created, 
 can be used by repair partitions when topic auto creation is disabled
 
 #### pulsar-admin
@@ -201,7 +201,7 @@ admin.persistentTopics().getList(namespace);
 
 ### Stats
 
-It shows current statistics of a given partitioned topic. Here's an example payload:
+It shows the current statistics of a given partitioned topic. Here is an example payload:
 
 ```json
 {