Grammar and syntax fixes in import.mdx

This commit is contained in:
Stef Ki 2022-11-18 16:01:50 +01:00 committed by GitHub
parent 62a8b9ef1d
commit 3d017bcf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@ description: >-
# Import Existing Resources
Terraform is able to import existing infrastructure. This allows you take
resources you've created by some other means and bring it under Terraform management.
Terraform is able to import existing infrastructure. This allows you to take
resources you have created by some other means and bring them under Terraform management.
To learn more about this, please visit the
[pages dedicated to import](/cli/import).