Fix simple typo in run-kubernetes.adoc

Very simple typo fix for helm-secrets link in Run with Kubernetes guide.
diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc
index f5fca89..7eeffe7 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/run/run-kubernetes.adoc
@@ -34,7 +34,7 @@
 
 This package contains a default `values.yaml` file, but that you should override with proper configuration for your deployment (`conf.yaml`).
 The file `secrets.sample.yaml` will show you the possible values of the secrets file. To generate the `secrets.yaml` file, 
-you will need a plugin for Helm called link:https://github.com/jkroepke/helm-secrets)[helm-scecrets].
+you will need a plugin for Helm called link:https://github.com/jkroepke/helm-secrets[helm-secrets].
 
 Usually, you will save those configurations in different repositories, per deployment.
 
@@ -181,4 +181,4 @@
 * link:https://helm.sh/docs/topics/architecture/[Helm Architecture]
 * link:https://helm.sh/docs/topics/charts/[Charts]
 * link:https://helm.sh/docs/intro/using_helm/[Using Helm]
-* link:https://helm.sh/docs/chart_template_guide/getting_started/[Helm templates]
\ No newline at end of file
+* link:https://helm.sh/docs/chart_template_guide/getting_started/[Helm templates]