From 6a363045303e98a2574a93dd7b6bce358f0a1d9e Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:36:16 -0500 Subject: [PATCH] Fix typo in k8s standalone agent example (#1578) (cherry picked from commit 9b1fcf3ac0e24ad455b88642bd5af34ff2f265f9) --- .../example-kubernetes-standalone-agent-helm.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc b/docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc index d7626ae81..3dba3f63a 100644 --- a/docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc +++ b/docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc @@ -33,7 +33,7 @@ To get started, you need: . Open your {ecloud} deployment, and from the navigation menu select **Manage this deployment**. . In the **Applications** section, copy the {es} endpoint and make a note of the endpoint value. . Open a terminal shell and change into a directory in your local clone of the `elastic-agent` repo. -. llowCopy this command. +. Copy this command. + [source,sh] ----