From 12686e7158499a7c54477a259e02eb92a3e995e2 Mon Sep 17 00:00:00 2001 From: Z <4142115+surlymrz@users.noreply.github.com> Date: Tue, 2 Oct 2018 08:47:46 -0500 Subject: [PATCH] Update spec.md --- doc/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/spec.md b/doc/spec.md index ed99088443f57..c6dd8cb4d065f 100644 --- a/doc/spec.md +++ b/doc/spec.md @@ -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. ## 1.1 Ambient Declarations