From 0c862667e7ea00494934ce9de6e3b8be07cb4dfc Mon Sep 17 00:00:00 2001 From: "Zhimin YE (Rex)" Date: Mon, 19 Sep 2016 15:23:00 +0100 Subject: [PATCH] review: browser-support --- public/docs/ts/latest/guide/browser-support.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/docs/ts/latest/guide/browser-support.jade b/public/docs/ts/latest/guide/browser-support.jade index 2503d72d8e..a2c8bf1487 100644 --- a/public/docs/ts/latest/guide/browser-support.jade +++ b/public/docs/ts/latest/guide/browser-support.jade @@ -73,7 +73,7 @@ table Targeting such a wide range of browsers is challenging because they do not support all features of modern browsers. Angular构建于Web平台的最新标准之上。 - 要支持这么多浏览器就是一个不小的挑战了,因为它们并不支持现代浏览器的所有特性。 + 要支持这么多浏览器是一个不小的挑战,因为它们不支持现代浏览器的所有特性。 You compensate by loading polyfill scripts ("polyfills") on the host web page (`index.html`) that implement missing features in JavaScript. @@ -165,7 +165,7 @@ table :marked [Web Animations](#web-animations) - [Web动画](#web-animations) + [Web Animations](#web-animations) td p All but Chrome and Firefox
Not supported in IE9 @@ -252,7 +252,7 @@ table p a(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations p - a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web动画 + a#web-animations(href="https://github.com/web-animations/web-animations-js" target="_blank") Web Animations td Apache td 14.8KB tr @@ -260,7 +260,7 @@ table p a(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array p - a#typedarray(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") 带类型的数组 + a#typedarray(href="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js" target="_blank") Typed Array td MIT td 4KB tr