From 741170160fd392d4c5f7087e6f8054b3662d5b6a Mon Sep 17 00:00:00 2001 From: Morantron Date: Thu, 11 Aug 2022 09:03:52 +0200 Subject: [PATCH] Update index.mdx --- website/content/tools/autoscaling/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/tools/autoscaling/index.mdx b/website/content/tools/autoscaling/index.mdx index 687acfb51..e7b052dfb 100644 --- a/website/content/tools/autoscaling/index.mdx +++ b/website/content/tools/autoscaling/index.mdx @@ -10,7 +10,7 @@ description: |- This section details the Nomad Autoscaler, a horizontal application and cluster autoscaler for Nomad. The Nomad Autoscaler is built and released separately to -Nomad. It runs as a daemon process, often referred to as the [Autocaler Agent][autoscaler_agent]. +Nomad. It runs as a daemon process, often referred to as the [Autoscaler Agent][autoscaler_agent]. An Autoscaler Agent is a separate and distinct process from a Nomad Agent. The source code can be viewed on [GitHub][autoscaler_github] and releases are available on the [HashiCorp releases page][autoscaler_releases] or via [Docker Hub][autoscaler_dockerhub].