Skip to content

Commit

Permalink
fix(docs): fix typo in TypeScript.md (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
pshields authored and alexeagle committed Oct 2, 2019
1 parent 4e86283 commit 893f61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/TypeScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 893f61e

Please sign in to comment.