Skip to content

Commit e7b7341

Browse files
authored
docs: fix typo
1 parent 24119d5 commit e7b7341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ All notable changes to this project will be documented in this file. See [standa
7070
### ⚠ BREAKING CHANGES
7171

7272
* Drop support for `webpack` 4 and `node` <= 10 - For older webpack or node versions please use `html-webpack-plugin` 4.x
73-
* Entry javascript resources are now beeing loaded deferred in the `<head>` tag to improve the page load performance by default - You can set the `scriptLoading` option to `'blocking'` to keep the previous behaviour
73+
* Entry javascript resources are now being loaded deferred in the `<head>` tag to improve the page load performance by default - You can set the `scriptLoading` option to `'blocking'` to keep the previous behaviour
7474
* Setting publicPath to `''` (an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set the `publicPath` option to `'auto'` to keep the previous behaviour
7575
* Plugins for `html-webpack-plugin` which add additional assetTags should provide a `meta` attribute
7676
* Drop support for `appcache-webpack-plugin`

0 commit comments

Comments
 (0)