Skip to content

Commit 360b4d3

Browse files
committed
Update docs/types/lib.d.ts.md
1 parent 9cb655a commit 360b4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/lib.d.ts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var bar = foo.toString();
1717
```
1818
This code type checks fine *because* the `toString` function is defined in `lib.d.ts` for all JavaScript objects.
1919

20-
If you use the same sample code with the `noLib` option you can a type check error:
20+
If you use the same sample code with the `noLib` option you get a type check error:
2121

2222
```ts
2323
var foo = 123;

0 commit comments

Comments
 (0)