From d1185765c1945eb1dee62c4603a95b47ef903ba0 Mon Sep 17 00:00:00 2001 From: hydrationn <146078205+hydrationn@users.noreply.github.com> Date: Fri, 31 May 2024 21:51:18 +0900 Subject: [PATCH] [Feature]: Fix typos in Publish-helm-chart.md: depencies -> dependencies (#33889) ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --- deploy/helm/Publish-helm-chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/Publish-helm-chart.md b/deploy/helm/Publish-helm-chart.md index 4a1a41ae3e..5755aca3fa 100644 --- a/deploy/helm/Publish-helm-chart.md +++ b/deploy/helm/Publish-helm-chart.md @@ -9,7 +9,7 @@ * Create S3 bucket for Helm chart (naming as `helm.appsmith.com` \- Hosting S3 as Static web requires bucket name be the same with the domain\) * Clone your Helm charts (ignore if already have Appsmith repo on machine) -* Build Helm chart depencies +* Build Helm chart dependencies ``` helm repo add bitnami https://charts.bitnami.com/bitnami @@ -76,7 +76,7 @@ helm install appsmith appsmith/appsmith --version 1.4.1 cd /deploy/helm ``` -* Build Helm chart depencies +* Build Helm chart dependencies ``` helm repo add bitnami https://charts.bitnami.com/bitnami