Skip to content

Commit

Permalink
Fixed typo "dimentions"-->"dimensions" (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter committed Dec 23, 2021
1 parent 0c476c5 commit dadd623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Parcel supports resizing, converting, and optimizing images. You can use query p
</picture>
```

Resizing and converting images occurs both in development and production mode, so you can test with the correct image dimentions and formats as well. See the [Image transformer](/recipes/image/) docs for more details.
Resizing and converting images occurs both in development and production mode, so you can test with the correct image dimensions and formats as well. See the [Image transformer](/recipes/image/) docs for more details.

Parcel also includes lossless image optimization for JPEGs and PNGs by default in production mode, which reduces the size of images without affecting their quality. This does not require any query parameters or configuration to use. However, since the optimization is lossless, the size reduction possible may be less than if you use the `quality` query param, or use a modern format such as WebP or AVIF.

Expand Down

1 comment on commit dadd623

@vercel
Copy link

@vercel vercel bot commented on dadd623 Dec 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.