website: Fix spelling mistake (#18311)
This commit is contained in:
parent
c3267962da
commit
fa5d9cc2ca
|
@ -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
|
* Use of any resource belonging to a particular provider in a `resource` or
|
||||||
`data` block in configuration.
|
`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
|
the current _state_. For example, if a particular resource is removed
|
||||||
from configuration, it continues to create a dependency on its provider
|
from configuration, it continues to create a dependency on its provider
|
||||||
until its instances have been destroyed.
|
until its instances have been destroyed.
|
||||||
|
|
Loading…
Reference in New Issue