Skip to content

Commit 76ab912

Browse files
Merge pull request #27499 from surlymrz/surlymrz-patch-1
Update spec.md to fix minor typo
2 parents f356cd6 + 12686e7 commit 76ab912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function f(s) {
286286
}
287287
```
288288

289-
In the JavaScript output, all type annotations have been erased. In general, TypeScript erases all type information before emiting JavaScript.
289+
In the JavaScript output, all type annotations have been erased. In general, TypeScript erases all type information before emitting JavaScript.
290290

291291
## <a name="1.1"/>1.1 Ambient Declarations
292292

0 commit comments

Comments
 (0)