You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2019/09/14 14:30:08 UTC

[pulsar] branch master updated: Fix tenant typo from pubilc to public (#5190)

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

zhaijia 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 bbdf14b  Fix tenant typo from pubilc to public (#5190)
bbdf14b is described below

commit bbdf14bd66305758ba5731cef55f4d2547f009cc
Author: tuteng <eg...@gmail.com>
AuthorDate: Sat Sep 14 22:30:00 2019 +0800

    Fix tenant typo from pubilc to public (#5190)
    
    Master Issue: #5189
    
    Motivation
    Currently, the tenant name for the new version of the document is incorrectly written, resulting in that the tenant cannot be found.
    
    Modifications
    Fix tenant name from pubilc to public
---
 site2/docs/io-cdc-debezium.md                                 | 2 +-
 site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/docs/io-cdc-debezium.md b/site2/docs/io-cdc-debezium.md
index 573548b..5aa3884 100644
--- a/site2/docs/io-cdc-debezium.md
+++ b/site2/docs/io-cdc-debezium.md
@@ -56,7 +56,7 @@ Here is a JSON configuration example:
 Optionally, you can create a `debezium-mysql-source-config.yaml` file, and copy the [contents] (https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/mysql/src/main/resources/debezium-mysql-source-config.yaml) below to the `debezium-mysql-source-config.yaml` file.
 
 ```$yaml
-tenant: "pubilc"
+tenant: "public"
 namespace: "default"
 name: "debezium-mysql-source"
 topicName: "debezium-mysql-topic"
diff --git a/site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md b/site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md
index f2978bd..97e29c4 100644
--- a/site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md
+++ b/site2/website/versioned_docs/version-2.4.1/io-cdc-debezium.md
@@ -57,7 +57,7 @@ Here is a JSON configuration example:
 Optionally, you can create a `debezium-mysql-source-config.yaml` file, and copy the [contents] (https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/mysql/src/main/resources/debezium-mysql-source-config.yaml) below to the `debezium-mysql-source-config.yaml` file.
 
 ```$yaml
-tenant: "pubilc"
+tenant: "public"
 namespace: "default"
 name: "debezium-mysql-source"
 topicName: "debezium-mysql-topic"