From fa5d9cc2ca79efd02a673f4187e98b8233d0b8df Mon Sep 17 00:00:00 2001 From: Kieran Spear Date: Sat, 23 Jun 2018 00:31:23 +1000 Subject: [PATCH] website: Fix spelling mistake (#18311) --- website/docs/commands/providers.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/providers.html.markdown b/website/docs/commands/providers.html.markdown index 50bf4170d..688b833ed 100644 --- a/website/docs/commands/providers.html.markdown +++ b/website/docs/commands/providers.html.markdown @@ -20,7 +20,7 @@ Provider dependencies are created in several different ways: * Use of any resource belonging to a particular provider in a `resource` or `data` block in configuration. -* Existance of any resource instance belonging to a particular provider in +* Existence of any resource instance belonging to a particular provider in the current _state_. For example, if a particular resource is removed from configuration, it continues to create a dependency on its provider until its instances have been destroyed.