Spelling consistency

This commit is contained in:
Laurenz 2025-02-04 19:26:18 +01:00
parent 5bf0d2ff93
commit 86df75aef1

View File

@ -46,7 +46,7 @@ description: Changes in Typst 0.13.0
- The default show rules of various built-in elements like lists, quotes, etc.
were adjusted to ensure they produce/don't produce paragraphs as appropriate
- The [`outline`] function was fully reworked to improve its out-of-the-box
behaviour **(Breaking change)**
behavior **(Breaking change)**
- [Outline entries]($outline.entry) are now [blocks]($block) and are thus
affected by block spacing
- The `{auto}` indentation mode now aligns numberings and titles outline-wide
@ -290,7 +290,7 @@ feature flag.
[`toml.decode`], [`xml.decode`], [`yaml.decode`] in favor of the top-level
functions directly accepting both paths and bytes
- The `sect` symbol, its variants, and `integral.sect`
- Fully removed type/str compatibility behaviour (e.g. `{int == "integer"}`)
- Fully removed type/str compatibility behavior (e.g. `{int == "integer"}`)
which was temporarily introduced in Typst 0.8 **(Breaking change)**
## Development