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 2019/03/06 07:07:27 UTC

[pulsar] branch master updated: [docs] Fixed typo remove-backlog-quotas to remove-backlog-quota in docs (#3757)

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 77332b0  [docs] Fixed typo remove-backlog-quotas to remove-backlog-quota in docs (#3757)
77332b0 is described below

commit 77332b0a5456b6f397dc92093756777276d98da4
Author: Yuvaraj L <uv...@gmail.com>
AuthorDate: Wed Mar 6 12:37:21 2019 +0530

    [docs] Fixed typo remove-backlog-quotas to remove-backlog-quota in docs (#3757)
---
 site2/docs/cookbooks-retention-expiry.md                              | 4 ++--
 .../versioned_docs/version-2.3.0/cookbooks-retention-expiry.md        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/docs/cookbooks-retention-expiry.md b/site2/docs/cookbooks-retention-expiry.md
index bd428fa..0845c9d 100644
--- a/site2/docs/cookbooks-retention-expiry.md
+++ b/site2/docs/cookbooks-retention-expiry.md
@@ -202,10 +202,10 @@ Map<BacklogQuota.BacklogQuotaType,BacklogQuota> quotas =
 
 #### pulsar-admin
 
-Use the [`remove-backlog-quotas`](reference-pulsar-admin.md#pulsar-admin-namespaces-remove-backlog-quota) subcommand and specify a namespace. Here's an example:
+Use the [`remove-backlog-quota`](reference-pulsar-admin.md#pulsar-admin-namespaces-remove-backlog-quota) subcommand and specify a namespace. Here's an example:
 
 ```shell
-$ pulsar-admin namespaces remove-backlog-quotas my-tenant/my-ns
+$ pulsar-admin namespaces remove-backlog-quota my-tenant/my-ns
 ```
 
 #### REST API
diff --git a/site2/website/versioned_docs/version-2.3.0/cookbooks-retention-expiry.md b/site2/website/versioned_docs/version-2.3.0/cookbooks-retention-expiry.md
index e3b5365..cdb6ff3 100644
--- a/site2/website/versioned_docs/version-2.3.0/cookbooks-retention-expiry.md
+++ b/site2/website/versioned_docs/version-2.3.0/cookbooks-retention-expiry.md
@@ -203,10 +203,10 @@ Map<BacklogQuota.BacklogQuotaType,BacklogQuota> quotas =
 
 #### pulsar-admin
 
-Use the [`remove-backlog-quotas`](reference-pulsar-admin.md#pulsar-admin-namespaces-remove-backlog-quota) subcommand and specify a namespace. Here's an example:
+Use the [`remove-backlog-quota`](reference-pulsar-admin.md#pulsar-admin-namespaces-remove-backlog-quota) subcommand and specify a namespace. Here's an example:
 
 ```shell
-$ pulsar-admin namespaces remove-backlog-quotas my-tenant/my-ns
+$ pulsar-admin namespaces remove-backlog-quota my-tenant/my-ns
 ```
 
 #### REST API