From 893f61eb3341ae3b6640984e59f2b351ec480ff0 Mon Sep 17 00:00:00 2001 From: Patrick Shields Date: Wed, 2 Oct 2019 14:06:15 -0500 Subject: [PATCH] fix(docs): fix typo in TypeScript.md (#1211) --- docs/TypeScript.md | 2 +- packages/typescript/docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 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