From b8ccf2bd37e20070389ffb045f441015a469623c Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Fri, 21 Oct 2022 13:03:35 -0400 Subject: [PATCH] Fix documentation spelling --- docs/api_reference.rst | 2 +- docs/changelog.rst | 6 +++--- docs/first_steps.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api_reference.rst b/docs/api_reference.rst index 8846a67807..4833a693cf 100644 --- a/docs/api_reference.rst +++ b/docs/api_reference.rst @@ -282,7 +282,7 @@ New properties defined in Level 3 are supported: - the ``text-align-last`` and ``text-justify`` properties; and - the ``tab-size`` property. -Properties controling hyphenation_ are supported by WeasyPrint: +Properties controlling hyphenation_ are supported by WeasyPrint: - ``hyphens``, - ``hyphenate-character``, diff --git a/docs/changelog.rst b/docs/changelog.rst index 34159f8f21..434b04807c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1801,7 +1801,7 @@ Documentation: * `#796 `_: Fix a small typo in the tutorial * `#792 `_: - Document no alignement character support + Document no alignment character support * `#773 `_: Fix phrasing in Hacking section * `#402 `_: @@ -2055,7 +2055,7 @@ Bug fixes: * `#500 `_: Improve readability of _select_source function. * `#498 `_: - Use CSS prefixes as recommanded by the CSSWG. + Use CSS prefixes as recommended by the CSSWG. * `#441 `_: Fix rendering problems and crashes when using @font-face. * `bb3a4db `_: @@ -2487,7 +2487,7 @@ Bug fixes: * `#145 `_: Fix parsing HTML from an HTTP URL on Python 3.x * `#40 `_: - Use more general hyphenation dictionnaries for specific document languages. + Use more general hyphenation dictionaries for specific document languages. (E.g. use ``hyph_fr.dic`` for ``lang="fr_FR"``.) * `#26 `_: Fix ``min-width`` and ``max-width`` on floats. diff --git a/docs/first_steps.rst b/docs/first_steps.rst index 99a042fc7d..d3f04f1559 100644 --- a/docs/first_steps.rst +++ b/docs/first_steps.rst @@ -499,7 +499,7 @@ A custom fetcher should be returning a :obj:`dict` with the *filename* parameter in a *Content-Disposition* header If a ``file_obj`` is given, the resource will be closed automatically by -the function internally used by WeasyPrint to retreive data. +the function internally used by WeasyPrint to retrieve data. .. _Flask-Weasyprint: https://github.com/Kozea/Flask-WeasyPrint .. _Flask: https://flask.pocoo.org/