From 1dcb77812f051eea90fe164a8f081b39eab1e42d Mon Sep 17 00:00:00 2001 From: Kashish Lakhara <104296574+KashishLakhara04@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:21:54 +0530 Subject: [PATCH] docs: fixed typos (#340) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efad817..38b11eb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ _Helm Dashboard_ is an **open-source project** which offers a UI-driven way to v corresponding k8s resources. Also, you can perform simple actions like roll back to a revision or upgrade to newer version. This project is part of [Komodor's](https://komodor.com/?utm_campaign=Helm-Dash&utm_source=helm-dash-gh) vision of -helping Kubernetes users to navigate and troubleshoot their clusters, the project is **NOT** an offical project by the [helm team](https://helm.sh/). +helping Kubernetes users to navigate and troubleshoot their clusters, the project is **NOT** an official project by the [helm team](https://helm.sh/). Key capabilities of the tool: @@ -100,7 +100,7 @@ The official helm chart is [available here](https://github.com/komodorio/helm-ch Local Helm chart is a directory with specially named files and a `Chart.yaml` file, which you can install via Helm, without the need to publish the chart into Helm repository. Chart developers might want to experiment with the chart locally, before uploading into public repository. Also, a proprietary application might only use non-published chart as an approach to deploy the software. -For all the above use-cases, you may use Helm Dashboard UI, spcifying location of your local chart folders via special `--local-chart` command-line parameter. The parameter might be specified multiple times, for example: +For all the above use-cases, you may use Helm Dashboard UI, specifying the location of your local chart folders via special `--local-chart` command-line parameter. The parameter might be specified multiple times, for example: ```shell helm-dashboard --local-chart=/opt/charts/my-private-app --local-chart=/home/dev/sources/app/chart