Skip to content

Commit

Permalink
fix: typo also in templates/
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Feb 19, 2024
1 parent 5854286 commit 6cfe854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ module.exports = (env) => {
* This loader handles all static assets (images, video, audio and others), so that you can
* use (reference) them inside your application.
*
* If you wan to handle specific asset type manually, filter out the extension
* If you want to handle specific asset type manually, filter out the extension
* from `ASSET_EXTENSIONS`, for example:
* ```
* Repack.ASSET_EXTENSIONS.filter((ext) => ext !== 'svg')
Expand Down
2 changes: 1 addition & 1 deletion templates/webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default (env) => {
* This loader handles all static assets (images, video, audio and others), so that you can
* use (reference) them inside your application.
*
* If you wan to handle specific asset type manually, filter out the extension
* If you want to handle specific asset type manually, filter out the extension
* from `ASSET_EXTENSIONS`, for example:
* ```
* Repack.ASSET_EXTENSIONS.filter((ext) => ext !== 'svg')
Expand Down

0 comments on commit 6cfe854

Please sign in to comment.