website: fix for typo in resources.html.md (#18266)

should be provides, not provies
This commit is contained in:
Quinn Diggity 2018-06-18 08:37:57 -07:00 committed by Kristin Laemmert
parent b2df1d424f
commit c943caf1a5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ amount of time a specific operation is allowed to take before being considered
an error. For example, the an error. For example, the
[aws_db_instance](/docs/providers/aws/r/db_instance.html#timeouts) [aws_db_instance](/docs/providers/aws/r/db_instance.html#timeouts)
resource provides configurable timeouts for the resource provides configurable timeouts for the
`create`, `update`, and `delete` operations. Any Resource that provies Timeouts `create`, `update`, and `delete` operations. Any Resource that provides Timeouts
will document the default values for that operation, and users can overwrite will document the default values for that operation, and users can overwrite
them in their configuration. them in their configuration.