Skip to content

Commit 4c1e3f3

Browse files
edave64evilebottnawi
authored andcommitted
docs: fixed typo 'doom' to 'DOM' in README.md (#432)
1 parent c6164d5 commit 4c1e3f3

File tree

2 files changed

+204
-163
lines changed

2 files changed

+204
-163
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ A new `<style>`/`<link>` elements will be inserted into at bottom of `body` tag.
450450
Allows to override default behavior and insert styles at any position.
451451

452452
> ⚠ Do not forget that this code will be used in the browser and not all browsers support latest ECMA features like `let`, `const`, `arrow function expression` and etc, we recommend use only ECMA 5 features, but it is depends what browsers you want to support
453-
> ⚠ Do not forget that some doom methods may not be available in older browsers, we recommended use only [DOM core level 2 properties](https://caniuse.com/#search=DOM%20Core), but it is depends what browsers you want to support
453+
> ⚠ Do not forget that some DOM methods may not be available in older browsers, we recommended use only [DOM core level 2 properties](https://caniuse.com/#search=DOM%20Core), but it is depends what browsers you want to support
454454
455455
**webpack.config.js**
456456

0 commit comments

Comments
 (0)