Fixed typo

Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
This commit is contained in:
Ullrich Koethe 2025-03-19 16:51:25 +01:00 committed by GitHub
parent 397b663907
commit dace04aa09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ outline, for instance, also provide the proper context to resolve counters.
## Behavior of the context keyword ## Behavior of the context keyword
Style properties frequently change within a document, for example by applying set 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 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 with the `context` keyword. Once the context has been fixed, the property
information is available through standard field access syntax. For example, information is available through standard field access syntax. For example,