Merge pull request #27499 from surlymrz/surlymrz-patch-1

Update spec.md to fix minor typo
This commit is contained in:
Ryan Cavanaugh 2018-10-02 08:36:56 -07:00 committed by GitHub
commit 76ab912c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ function f(s) {
}
```
In the JavaScript output, all type annotations have been erased. In general, TypeScript erases all type information before emiting JavaScript.
In the JavaScript output, all type annotations have been erased. In general, TypeScript erases all type information before emitting JavaScript.
## <a name="1.1"/>1.1 Ambient Declarations