From f7e6a08a3d295be5dd36a346c8a6555c078ddd19 Mon Sep 17 00:00:00 2001 From: Patrick Shields Date: Sat, 28 Sep 2019 13:23:53 -0500 Subject: [PATCH 1/2] fix(docs): fix typo in TypeScript.md --- docs/TypeScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TypeScript.md b/docs/TypeScript.md index 89d427db88..554288fb85 100755 --- a/docs/TypeScript.md +++ b/docs/TypeScript.md @@ -179,7 +179,7 @@ ts_library( ) ``` -You can also you the `@npm//@types` target which will include all +You can also use the `@npm//@types` target which will include all packages in the `@types` scope as dependencies. If you are using self-managed npm dependencies, you can use the From 70408f85a94c27fa566b90ad5e40ba2746880dcf Mon Sep 17 00:00:00 2001 From: Patrick Shields Date: Mon, 30 Sep 2019 20:38:17 -0500 Subject: [PATCH 2/2] Update install.md --- packages/typescript/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript/docs/install.md b/packages/typescript/docs/install.md index 0815ba7e76..2301adfb83 100644 --- a/packages/typescript/docs/install.md +++ b/packages/typescript/docs/install.md @@ -170,7 +170,7 @@ ts_library( ) ``` -You can also you the `@npm//@types` target which will include all +You can also use the `@npm//@types` target which will include all packages in the `@types` scope as dependencies. If you are using self-managed npm dependencies, you can use the