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 5c40cac commit 34769d2Copy full SHA for 34769d2
docs/why-typescript.md
@@ -41,7 +41,7 @@ TypeScript uses postfix type annotations popular in other *optionally* annotated
41
```ts
42
var foo: number = 123;
43
```
44
-So if you do something wrong the compiler will error e.g.:
+So if you do something wrong the compiler will report an error e.g.:
45
46
47
var foo: number = '123'; // Error: cannot assign a `string` to a `number`
0 commit comments