pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -12,7 +12,7 @@
`magick {{path/to/input_image.jpg}} -resize {{100x100}} {{path/to/output_image.jpg}}`
- Create a GIF out of all JPG images in the current directory:
- Create a GIF out of all JPEG images in the current directory:
`magick {{*.jpg}} {{path/to/images.gif}}`
@@ -20,6 +20,6 @@
`magick -size {{640x480}} pattern:checkerboard {{path/to/checkerboard.png}}`
- Create a PDF file out of all JPG images in the current directory:
- Create a PDF file out of all JPEG images in the current directory:
`magick {{*.jpg}} -adjoin {{path/to/file.pdf}}`