From 86df75aef1d0d4b19b9af439d936ff31838aeee9 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 4 Feb 2025 19:26:18 +0100 Subject: [PATCH] Spelling consistency --- docs/changelog/0.13.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog/0.13.0.md b/docs/changelog/0.13.0.md index 3cd2c14ec..7df8864eb 100644 --- a/docs/changelog/0.13.0.md +++ b/docs/changelog/0.13.0.md @@ -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