Skip to content

Commit 866d958

Browse files
Responds to ChrisChinchilla feedback
1 parent ce2dcad commit 866d958

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 really 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 since they will download a bigger file **unnecessarely**.
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)