From ecf5a51ec8a67a16e6e12719b787c2b132a970d1 Mon Sep 17 00:00:00 2001 From: Renan Cakirerk Date: Tue, 31 Jan 2023 00:05:37 -0800 Subject: [PATCH] Fix typo in documentation (#15970) --- website/content/tools/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/tools/index.mdx b/website/content/tools/index.mdx index 176ec0d6a50..cd4bb588c84 100644 --- a/website/content/tools/index.mdx +++ b/website/content/tools/index.mdx @@ -15,7 +15,7 @@ job in your cluster. The following external tools are currently available for Nomad and maintained by HashiCorp: - [Autoscaling](/nomad/tools/autoscaling) - HashiCorp's official Nomad Autoscaler. Supports scaling allocations within Nomad and scaling nodes on AWS, Azure, GCP, or arbitrary infrastructure via plugins. -- [Damon](https://github.com/hashicorp/damon) - An terminal dashboard for Nomad. +- [Damon](https://github.com/hashicorp/damon) - A terminal dashboard for Nomad. - [Levant](https://github.com/hashicorp/levant) - A templating and deployment tool for HashiCorp Nomad jobs that provides realtime feedback and detailed failure messages upon deployment issues. - [Nomad Pack](https://github.com/hashicorp/nomad-pack) - An official package manager and templating tool for Nomad, currently a Tech Preview. - [Nomad Pack GitHub Action](https://github.com/marketplace/actions/setup-hashicorp-nomad-pack) - A GitHub Action for Nomad Pack.