Documentation (#8603)

This commit is contained in:
Recoordinate
2026-08-09 15:59:52 +07:00
committed by GitHub
parent bedd86c620
commit 39c5171cef
2 changed files with 2 additions and 2 deletions

View File

@@ -305,7 +305,7 @@ class OptimizePlugin(BasePlugin[OptimizeConfig]):
return file
# Optimize PNG image - we first tried to use libimagequant, but encountered
# the occassional segmentation fault, which means it's probably not a good
# the occasional segmentation fault, which means it's probably not a good
# choice. Instead, we just rely on pngquant which seems much more stable.
def _optimize_image_png(self, file: File, path: str, config: MkDocsConfig):

View File

@@ -305,7 +305,7 @@ class OptimizePlugin(BasePlugin[OptimizeConfig]):
return file
# Optimize PNG image - we first tried to use libimagequant, but encountered
# the occassional segmentation fault, which means it's probably not a good
# the occasional segmentation fault, which means it's probably not a good
# choice. Instead, we just rely on pngquant which seems much more stable.
def _optimize_image_png(self, file: File, path: str, config: MkDocsConfig):