From 05869a6f74cdd1f13f3daadd564bd89916c33b2d Mon Sep 17 00:00:00 2001 From: Nico Vibert Date: Wed, 28 Jul 2021 19:50:27 +0100 Subject: [PATCH] Update manage-targets.mdx (#1376) Fixed typo (equivalient -> equivalent) --- website/content/docs/common-workflows/manage-targets.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/common-workflows/manage-targets.mdx b/website/content/docs/common-workflows/manage-targets.mdx index db76995fbc..f7488f70d9 100644 --- a/website/content/docs/common-workflows/manage-targets.mdx +++ b/website/content/docs/common-workflows/manage-targets.mdx @@ -84,7 +84,7 @@ resource "boundary_host" "postgres" { ## Define a Host Set -Host sets allow us to group hosts providing equivalient services together. A target works off of host sets, so even though we are only defining one host in this example, we're going to create a host set of one host. +Host sets allow us to group hosts providing equivalent services together. A target works off of host sets, so even though we are only defining one host in this example, we're going to create a host set of one host.