website/docs: Typo fix to v11 upgrade guide (#25357)

with* correction.
This commit is contained in:
DouglasFarr 2020-06-26 16:38:11 +01:00 committed by GitHub
parent 65ddf2c664
commit 81b83763e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ explicitly by beginning the string with either `./` (for a module in a child
directory) or `../` (for a module in the parent directory).
**Action:** Update existing module `source` values containing relative paths
to start eith either `./` or `../` to prevent misinterpretation of the source
to start with either `./` or `../` to prevent misinterpretation of the source
as a Terraform Registry module.
## Interactions Between Providers and Modules