Skip to content

Commit 893f61e

Browse files
pshieldsalexeagle
authored andcommitted
fix(docs): fix typo in TypeScript.md (#1211)
1 parent 4e86283 commit 893f61e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ ts_library(
179179
)
180180
```
181181

182-
You can also you the `@npm//@types` target which will include all
182+
You can also use the `@npm//@types` target which will include all
183183
packages in the `@types` scope as dependencies.
184184

185185
If you are using self-managed npm dependencies, you can use the

packages/typescript/docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ts_library(
170170
)
171171
```
172172

173-
You can also you the `@npm//@types` target which will include all
173+
You can also use the `@npm//@types` target which will include all
174174
packages in the `@types` scope as dependencies.
175175

176176
If you are using self-managed npm dependencies, you can use the

0 commit comments

Comments
 (0)