We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb655a commit 360b4d3Copy full SHA for 360b4d3
docs/types/lib.d.ts.md
@@ -17,7 +17,7 @@ var bar = foo.toString();
17
```
18
This code type checks fine *because* the `toString` function is defined in `lib.d.ts` for all JavaScript objects.
19
20
-If you use the same sample code with the `noLib` option you can a type check error:
+If you use the same sample code with the `noLib` option you get a type check error:
21
22
```ts
23
var foo = 123;
0 commit comments