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

liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e79ad34e01 docs: typo (#512)
7e79ad34e01 is described below

commit 7e79ad34e010e933494ef2ddcf5bda57b0a4e154
Author: Tianzi Cai <[email protected]>
AuthorDate: Wed Apr 12 03:54:21 2023 -0700

    docs: typo (#512)
---
 docs/functions-debug-cli.md                          | 5 +++--
 versioned_docs/version-2.11.x/functions-debug-cli.md | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/functions-debug-cli.md b/docs/functions-debug-cli.md
index 19906a01c97..4f2696e9ee4 100644
--- a/docs/functions-debug-cli.md
+++ b/docs/functions-debug-cli.md
@@ -5,6 +5,7 @@ sidebar_label: "Debug with Functions CLI"
 ---
 
 With [Pulsar Functions 
CLI](pathname:///reference/#/@pulsar:version_reference@/pulsar-admin/), you can 
debug Pulsar Functions with the following subcommands:
+
 * `get`
 * `status`
 * `stats`
@@ -28,7 +29,7 @@ Alternatively, you can specify `--name`, `--namespace` and 
`--tenant` as follows
     --name ExclamationFunctio6
 ```
 
-As shown below, the `get` command shows input, output, runtime, and other 
information about the `_ExclamationFunctio6_` function.
+As shown below, the `get` command shows input, output, runtime, and other 
information about the `ExclamationFunctio6` function.
 
 ```json
 {
@@ -80,7 +81,7 @@ To check the current status of a function:
     --name ExclamationFunctio6
 ```
 
-As shown below, the `status` command shows the number of instances, running 
instances, the instance running under the `_ExclamationFunctio6_` function, 
received messages, successfully processed messages, system exceptions, the 
average latency and so on.
+As shown below, the `status` command shows the number of instances, running 
instances, the instance running under the `ExclamationFunctio6` function, 
received messages, successfully processed messages, system exceptions, the 
average latency and so on.
 
 ```json
 {
diff --git a/versioned_docs/version-2.11.x/functions-debug-cli.md 
b/versioned_docs/version-2.11.x/functions-debug-cli.md
index 50b7df9a119..635d57582e3 100644
--- a/versioned_docs/version-2.11.x/functions-debug-cli.md
+++ b/versioned_docs/version-2.11.x/functions-debug-cli.md
@@ -29,7 +29,7 @@ Alternatively, you can specify `--name`, `--namespace` and 
`--tenant` as follows
     --name ExclamationFunctio6
 ```
 
-As shown below, the `get` command shows input, output, runtime, and other 
information about the `_ExclamationFunctio6_` function.
+As shown below, the `get` command shows input, output, runtime, and other 
information about the `ExclamationFunctio6` function.
 
 ```json
 {
@@ -81,7 +81,7 @@ To check the current status of a function:
     --name ExclamationFunctio6
 ```
 
-As shown below, the `status` command shows the number of instances, running 
instances, the instance running under the `_ExclamationFunctio6_` function, 
received messages, successfully processed messages, system exceptions, the 
average latency and so on.
+As shown below, the `status` command shows the number of instances, running 
instances, the instance running under the `ExclamationFunctio6` function, 
received messages, successfully processed messages, system exceptions, the 
average latency and so on.
 
 ```json
 {

Reply via email to