Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
vrugtehagel authored Nov 19, 2024
1 parent 7a060c3 commit f710c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ the `.addPlugin()` call, as an object. It may have the following keys:
- `computeChecksum`: A custom function to compute checksums based on a file's
contents. It must accept one argument, an `ArrayBuffer`, and return the
checksum as a string.
- `onMissing`: An missing asset is one that is matched by `includeAssets`, not
- `onMissing`: A missing asset is one that is matched by `includeAssets`, not
excluded by `excludeAssets` and referenced by a processed entry file, but not
found in the file system. This option determines what should happen when such
a file is found; set to either `"ignore"` to ignore missing assets, `"warn"`
Expand Down

0 comments on commit f710c28

Please sign in to comment.