From cec52222876f8f4dd59753593485b839e668fba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Tue, 8 Sep 2020 00:18:28 +0200 Subject: [PATCH] Correct typo --- website/docs/commands/providers/mirror.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/providers/mirror.html.md b/website/docs/commands/providers/mirror.html.md index 4dac3f927d..39e7b183bb 100644 --- a/website/docs/commands/providers/mirror.html.md +++ b/website/docs/commands/providers/mirror.html.md @@ -41,7 +41,7 @@ themselves. Terraform will also generate various `.json` index files which contain suitable responses to implement -[the network mirror protocol](/docs/internals/providor-network-mirror-protocol.html), +[the network mirror protocol](/docs/internals/provider-network-mirror-protocol.html), if you upload the resulting directory to a static website host. Terraform ignores those index files when using the directory as a filesystem mirror, because the directory entries themselves are authoritative in that case.