fixed: spelling mistake in glossary.typ
Gitea Action for checking typst compilation / run-ci-linux (push) Successful in 24s Details

This commit is contained in:
Sven Vogel 2024-07-08 14:52:35 +02:00
parent dfb2cdbebe
commit 7262caeee7
1 changed files with 4 additions and 4 deletions

View File

@ -48,15 +48,15 @@
} else {
let group = if "long" in v {
if (context text.lang) == "de" {
"Akronym"
"Akronyme"
} else {
"Acronym"
"Acronyms"
}
} else {
if (context text.lang) == "de" {
"Begriff"
"Begriffe"
} else {
"Term"
"Terms"
}
}