mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-16 14:01:20 -05:00
docs: fix typos (#1665)
* docs: fix typos * typos: fix typos found by `codespell` across the codebase * docs: fix `macOS` spelling * docs: fix `authentification` terminology "Authentification" is not a thing. * docs: fix `localhost` typo in example link * typos: fix in-code typos These are potentially higher risk, but no other mentions of these typos show up in the codebase.
This commit is contained in:
@@ -30,7 +30,7 @@ def sizeof_fmt(file_path: Path, decimal_places=2):
|
||||
@dataclass
|
||||
class MinifierOptions:
|
||||
original: bool = True
|
||||
minature: bool = True
|
||||
miniature: bool = True
|
||||
tiny: bool = True
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ class PillowMinifier(ABCMinifier):
|
||||
PillowMinifier.to_webp(image_file, org_dest, quality=70)
|
||||
success = True
|
||||
|
||||
if self._opts.minature:
|
||||
if self._opts.miniature:
|
||||
if not force and min_dest.exists():
|
||||
self._logger.info(f"{image_file.name} already minified")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user