Skip to content

Commit 83a2f25

Browse files
authored
Merge pull request #824 from Tontyna/contrib_to_doc
Docs: Fix typos in Hacking page
2 parents 05f4dae + 2e66785 commit 83a2f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hacking.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ CSS
8181
As with HTML, CSS stylesheets are parsed in the :class:`weasyprint.CSS` class
8282
with an external library, tinycss2_.
8383

84-
After the In addition to the actual parsing, the :mod:`weasyprint.css` and
84+
In addition to the actual parsing, the :mod:`weasyprint.css` and
8585
:mod:`weasyprint.css.validation` modules do some pre-processing:
8686

8787
* Unknown and unsupported declarations are ignored with warnings.
@@ -212,7 +212,7 @@ The final result of the layout is a list of :class:`PageBox` objects.
212212
Stacking & Drawing
213213
..................
214214

215-
In step 6, the boxes are reorder by the :mod:`weasyprint.stacking` module
215+
In step 6, the boxes are reordered by the :mod:`weasyprint.stacking` module
216216
to observe `stacking rules`_ such as the ``z-index`` property.
217217
The result is a tree of *stacking contexts*.
218218

0 commit comments

Comments
 (0)