From 26e0b1db32874bc4e4eda105c72ecb39f6c7ca88 Mon Sep 17 00:00:00 2001 From: ronahk Date: Sun, 15 Jan 2023 13:40:06 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cebbd2b..af747d2 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Download the appropriate [release package](https://github.com/komodorio/helm-das ## Execute Helm tests -For all the release(s) (istalled helm charts), you can execute helm tests for that release. For the tests to execute successfully, you need to have existing tests for that helm chart +For all the release(s) (installed helm charts), you can execute helm tests for that release. For the tests to execute successfully, you need to have existing tests for that helm chart. You can execute `helm test` for the specific release as below: ![](screenshot_run_test.png)