From ac8c686ee32da78d5a4c13cf3ba8b9be93516e6d Mon Sep 17 00:00:00 2001 From: Harshit M <79850332+djharshit@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:10:30 +0530 Subject: [PATCH] fix: correct typo in architecture name (amr64 -> arm64) Signed-off-by: Harshit M <79850332+djharshit@users.noreply.github.com> --- docs/sources/send-data/docker-driver/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/send-data/docker-driver/_index.md b/docs/sources/send-data/docker-driver/_index.md index d6cdb3133c187..18ed7aae325f7 100644 --- a/docs/sources/send-data/docker-driver/_index.md +++ b/docs/sources/send-data/docker-driver/_index.md @@ -31,7 +31,7 @@ docker plugin install grafana/loki-docker-driver:3.3.2-arm64 --alias loki --gran ``` {{< admonition type="note" >}} -Add `-arm64` to the image tag for AMR64 hosts. +Add `-arm64` to the image tag for ARM64 hosts. {{< /admonition >}} To check installed plugins, use the `docker plugin ls` command.