Skip to content

Commit

Permalink
Merge pull request #1750 from kitterma/master
Browse files Browse the repository at this point in the history
Fix documentation spelling
  • Loading branch information
liZe committed Oct 22, 2022
2 parents 71e9e25 + b8ccf2b commit e127928
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api_reference.rst
Expand Up @@ -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``,
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog.rst
Expand Up @@ -1801,7 +1801,7 @@ Documentation:
* `#796 <https://github.com/Kozea/WeasyPrint/pull/796>`_:
Fix a small typo in the tutorial
* `#792 <https://github.com/Kozea/WeasyPrint/pull/792>`_:
Document no alignement character support
Document no alignment character support
* `#773 <https://github.com/Kozea/WeasyPrint/pull/773>`_:
Fix phrasing in Hacking section
* `#402 <https://github.com/Kozea/WeasyPrint/issues/402>`_:
Expand Down Expand Up @@ -2055,7 +2055,7 @@ Bug fixes:
* `#500 <https://github.com/Kozea/WeasyPrint/pull/500>`_:
Improve readability of _select_source function.
* `#498 <https://github.com/Kozea/WeasyPrint/issues/498>`_:
Use CSS prefixes as recommanded by the CSSWG.
Use CSS prefixes as recommended by the CSSWG.
* `#441 <https://github.com/Kozea/WeasyPrint/issues/441>`_:
Fix rendering problems and crashes when using @font-face.
* `bb3a4db <https://github.com/Kozea/WeasyPrint/commit/bb3a4db>`_:
Expand Down Expand Up @@ -2487,7 +2487,7 @@ Bug fixes:
* `#145 <https://github.com/Kozea/WeasyPrint/issues/145>`_:
Fix parsing HTML from an HTTP URL on Python 3.x
* `#40 <https://github.com/Kozea/WeasyPrint/issues/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 <https://github.com/Kozea/WeasyPrint/issues/26>`_:
Fix ``min-width`` and ``max-width`` on floats.
Expand Down
2 changes: 1 addition & 1 deletion docs/first_steps.rst
Expand Up @@ -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/
Expand Down

0 comments on commit e127928

Please sign in to comment.