From dace04aa0994aaf11372322051c1d5cfbb6597d7 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Wed, 19 Mar 2025 16:51:25 +0100 Subject: [PATCH] Fixed typo Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> --- docs/reference/language/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/language/context.md b/docs/reference/language/context.md index 7f0084edb..a2b532065 100644 --- a/docs/reference/language/context.md +++ b/docs/reference/language/context.md @@ -27,7 +27,7 @@ outline, for instance, also provide the proper context to resolve counters. ## Behavior of the context keyword Style properties frequently change within a document, for example by applying set -rules. To retrieve such poperties in a consistent way, one must first specify +rules. To retrieve such properties in a consistent way, one must first specify the precise context where the property should be retrieved. This can be achieved with the `context` keyword. Once the context has been fixed, the property information is available through standard field access syntax. For example,