You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/05/05 11:39:27 UTC

[pulsar] branch master updated: Fix typo in getting-started-helm.md (#6875)

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

penghui 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 00bd430  Fix typo in getting-started-helm.md (#6875)
00bd430 is described below

commit 00bd4304ad5ea86fdd86cac063223daa10412071
Author: Luke Stephenson <lu...@gmail.com>
AuthorDate: Tue May 5 21:39:13 2020 +1000

    Fix typo in getting-started-helm.md (#6875)
---
 site2/docs/getting-started-helm.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/docs/getting-started-helm.md b/site2/docs/getting-started-helm.md
index 7276a12..e43b508 100644
--- a/site2/docs/getting-started-helm.md
+++ b/site2/docs/getting-started-helm.md
@@ -304,7 +304,7 @@ Then proceed with the following steps:
 1. By default, the `Pulsar Manager` is exposed as a separate `LoadBalancer`. You can open the Pulsar Manager UI using the following command:
 
     ```bash
-    minikube service pulsar-mini-pulsar-mananger
+    minikube service pulsar-mini-pulsar-manager
     ```
 
 2. The pulsar manager UI will be open in your browser. You can use username `pulsar` and password `pulsar` to log into Pulsar Manager.
@@ -330,4 +330,4 @@ Grafana is an open-source visualization tool, which can be used for visualizing
 
 2. The Grafana UI will be open in your browser. You can use username `pulsar` and password `pulsar` to log into Grafana Dashboard.
 
-3. You will be able to view dashboards for different components of a Pulsar cluster.
\ No newline at end of file
+3. You will be able to view dashboards for different components of a Pulsar cluster.