Skip to content

Commit

Permalink
content-types: Fix typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
leaysgur authored Jun 15, 2024
1 parent f222c65 commit cfc4f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/content-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ body:
- p: 'Loader: `empty`'

- p: >
This loader tells tells esbuild to pretend that a file is empty. It can be
This loader tells esbuild to pretend that a file is empty. It can be
a helpful way to remove content from your bundle in certain situations.
For example, you can configure `.css` files to load with `empty` to prevent
esbuild from bundling CSS files that are imported into JavaScript files:
Expand Down

0 comments on commit cfc4f50

Please sign in to comment.