Skip to content

Commit 8ba33e4

Browse files
committed
DOC: Fix typos
Found via `typos --hidden --format brief`
1 parent 96f1233 commit 8ba33e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipx installs the pdfly application in an isolated environment. That guarantees
2929
that no other applications interferes with its defpendencies.
3030

3131
## Python Version Support
32-
If ✓ is givien, it works. It is tested via CI.
32+
If ✓ is given, it works. It is tested via CI.
3333
If ✖ is given, it is guaranteed not to work.
3434
If it's not filled, we don't guarantee support, but it might still work.
3535

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run_cli(args):
4040
def two_pages_pdf_filepath(tmp_path):
4141
"A PDF with 2 pages, and a different image on each page"
4242
# Note: prior to v2.7.9, fpdf2 produced incorrect /Resources dicts for each page (cf. fpdf2 PR #1133),
43-
# leading to an "anormal" two_pages.pdf generated there, and for test_cat_subset_ensure_reduced_size() to fail.
43+
# leading to an "abnormal" two_pages.pdf generated there, and for test_cat_subset_ensure_reduced_size() to fail.
4444
pdf = FPDF()
4545
pdf.add_page()
4646
pdf.image(RESOURCES_ROOT / "baleines.jpg")

0 commit comments

Comments
 (0)