Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5395acc

Browse files
AlexanderLukinFoxandxss
authored andcommitted
docs(ts-to-js): remove unnecessary spaces (#3363)
1 parent 7d17e34 commit 5395acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/ts-to-js.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ a#from-ts
3636

3737
_TypeScript_
3838
<a href="https://www.typescriptlang.org" target="_blank" title='"TypeScript is a typed, superset of JavaScript"'>is a typed superset of _ES6 JavaScript_</a>.
39-
&nbsp; _ES6 JavaScript_ is a superset of _ES5 JavaScript_. &nbsp; _ES5_ is the kind of JavaScript that runs natively in all modern browsers.
39+
_ES6 JavaScript_ is a superset of _ES5 JavaScript_. _ES5_ is the kind of JavaScript that runs natively in all modern browsers.
4040
The transformation of _TypeScript_ code all the way down to _ES5_ code can be seen as "shedding" features.
4141

4242
The downgrade progression is

0 commit comments

Comments
 (0)