From fb2ef640368ff3fb38d6074c05d66d14e845a1b1 Mon Sep 17 00:00:00 2001 From: Amumu Date: Thu, 23 Apr 2020 11:55:37 +0800 Subject: [PATCH] update Compatibility intro (#23513) --- README-pt_BR.md | 2 +- README-zh_CN.md | 2 +- README.md | 2 +- docs/react/introduce.en-US.md | 2 +- docs/react/introduce.zh-CN.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README-pt_BR.md b/README-pt_BR.md index fef84f8fef..9f0bdeccf7 100644 --- a/README-pt_BR.md +++ b/README-pt_BR.md @@ -33,7 +33,7 @@ Uma solução empresarial de design e biblioteca UI para React. ## 🖥 Suporte aos ambientes -- Navegadores modernos e Internet Explorer 11+ (com [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) +- Navegadores modernos e Internet Explorer 11 (com [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) - Renderização no lado do servidor (server-side) - [Electron](https://www.electronjs.org/) diff --git a/README-zh_CN.md b/README-zh_CN.md index 91fdbf305d..73fd030016 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -33,7 +33,7 @@ ## 🖥 支持环境 -- 现代浏览器和 IE11 及以上。 +- 现代浏览器和 IE11(需要 [polyfills](https://ant.design/docs/react/getting-started-cn#兼容性))。 - 支持服务端渲染。 - [Electron](https://www.electronjs.org/) diff --git a/README.md b/README.md index a59e3e85d8..0346ed40e1 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ English | [Português](./README-pt_BR.md) | [简体中文](./README-zh_CN.md) ## 🖥 Environment Support -- Modern browsers and Internet Explorer 11+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) +- Modern browsers and Internet Explorer 11 (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) - Server-side Rendering - [Electron](https://www.electronjs.org/) diff --git a/docs/react/introduce.en-US.md b/docs/react/introduce.en-US.md index daca644876..e27fbd050d 100644 --- a/docs/react/introduce.en-US.md +++ b/docs/react/introduce.en-US.md @@ -36,7 +36,7 @@ Following the Ant Design specification, we developed a React UI library `antd` t ## Environment Support -- Modern browsers and Internet Explorer 11+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) +- Modern browsers and Internet Explorer 11 (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) - Server-side Rendering - [Electron](https://www.electronjs.org/) diff --git a/docs/react/introduce.zh-CN.md b/docs/react/introduce.zh-CN.md index 185d38d3a5..ad3897df3f 100644 --- a/docs/react/introduce.zh-CN.md +++ b/docs/react/introduce.zh-CN.md @@ -36,7 +36,7 @@ title: Ant Design of React ## 支持环境 -- 现代浏览器和 IE11 及以上(需要 [polyfills](https://ant.design/docs/react/getting-started-cn#兼容性))。 +- 现代浏览器和 IE11(需要 [polyfills](https://ant.design/docs/react/getting-started-cn#兼容性))。 - 支持服务端渲染。 - [Electron](https://electronjs.org/)