diff --git a/docs/en-US/guide/installation.md b/docs/en-US/guide/installation.md index 741d36dec1..c72fd884ff 100644 --- a/docs/en-US/guide/installation.md +++ b/docs/en-US/guide/installation.md @@ -7,7 +7,7 @@ lang: en-US ## Compatibility -Element Plus can run on browsers that supports [ES2018](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,mdn-javascript_builtins_regexp_lookbehind_assertion,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_spread_spread_in_destructuring,promise-finally) and [ResizeObserver](https://caniuse.com/resizeobserver). +Element Plus can run on browsers that support [ES2018](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,mdn-javascript_builtins_regexp_lookbehind_assertion,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_spread_spread_in_destructuring,promise-finally) and [ResizeObserver](https://caniuse.com/resizeobserver). If you really need to support outdated browsers, please add [Babel](https://babeljs.io/) and Polyfill yourself. Since Vue 3 no longer supports IE11, Element Plus does not support IE either. @@ -92,7 +92,7 @@ the method to lock the version. ## Hello World With CDN, we can easily use Element Plus to -write a Hello world page. [Online Demo](https://codepen.io/iamkun/pen/YzWMaVr) +write a Hello World page. [Online Demo](https://codepen.io/iamkun/pen/YzWMaVr)