Skip to content

Commit 65c8112

Browse files
Fix typo on initial paragraph
1 parent 866d958 commit 65c8112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/shimming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Node built-ins, like `process`, can be polyfilled right directly from your confi
168168

169169
## Loading polyfills on demand
170170

171-
It's common in web projects to include polyfills in the main bundle. This is not recommended because we are penalizing modern browsers users since they will download a bigger file **unnecessarely**.
171+
It's common in web projects to include polyfills in the main bundle. This is not recommended because we are penalizing modern browsers users by making them download a bigger file with unneeded scripts.
172172

173173
The simplest way to mitigate this is by adding a separate entry point in your webpack config file including the polyfills your project needs.
174174

0 commit comments

Comments
 (0)