From 52cf934416f084b269567160b1dd63cef686628b Mon Sep 17 00:00:00 2001 From: Sebastian Korfmann Date: Fri, 21 Aug 2020 22:47:45 +0200 Subject: [PATCH] Update docs/working-with-cdk-for-terraform/using-providers-and-modules.md Co-authored-by: Anubhav Mishra --- .../using-providers-and-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working-with-cdk-for-terraform/using-providers-and-modules.md b/docs/working-with-cdk-for-terraform/using-providers-and-modules.md index 1977e4615b..dbf242766b 100644 --- a/docs/working-with-cdk-for-terraform/using-providers-and-modules.md +++ b/docs/working-with-cdk-for-terraform/using-providers-and-modules.md @@ -12,7 +12,7 @@ To improve the general user experience around provider imports and to allow buil - [Github Provider](https://github.com/terraform-cdk-providers/cdktf-provider-github) - [Null Provider](https://github.com/terraform-cdk-providers/cdktf-provider-null) -Please check the [Terraform CDK Proivders](https://github.com/terraform-cdk-providers) organisation as well for an up to date list. As these are are normal npm / pypi packages, they can be used as any other dependency. +Please check the [Terraform CDK Providers](https://github.com/terraform-cdk-providers) organization as well for an up to date list. As these are normal NPM / PyPI packages, they can be used as any other dependency. e.g. in Typescript / Node: