From 3801b11d1456432ca183d2fec2c3cdc6830c8ca9 Mon Sep 17 00:00:00 2001 From: Tim Ruffles Date: Tue, 3 Nov 2015 10:25:51 +0000 Subject: [PATCH] [docs] Angular 2 isn't ES6, it's TypeScript --- public/features.jade | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/features.jade b/public/features.jade index ebb110f74d..d6366c643e 100644 --- a/public/features.jade +++ b/public/features.jade @@ -13,17 +13,17 @@ material design UI components with responsive, cross-device support. - + .grid-fluid.l-space-bottom-8 .c3.text-center .sticker .c7 h3.text-headline.text-uppercase Future Ready p.text-body. - Angular 2 is written in ECMAScript 6 (ES6), - with the addition of types and annotations. - ES6 allows Angular to benefit from the best of JavaScript, - while maintaining clean and easy-to-read code. + Angular 2 is written in TypeScript, which is a superset of + ECMAScript 6 (ES6) with the addition of features including + types and annotations. TypeScript allows Angular to benefit from the + best of JavaScript, while maintaining clean and easy-to-read code.