summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Seiler <seileralex@gmail.com>2023-04-27 11:26:43 +0200
committerGitHub <noreply@github.com>2023-04-27 11:26:43 +0200
commitc941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 (patch)
tree8a321b7bfba19649d48864acddda628106f69b67 /README.md
parent5100046acf0fd31f805506f156c59c635c46cf93 (diff)
Correct some typos (#987)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4a037ac2..af47a3e0 100644
--- a/README.md
+++ b/README.md
@@ -151,7 +151,7 @@ typst --font-path path/to/fonts compile file.typ
# Lists all of the discovered fonts in the system and the given directory.
typst --font-path path/to/fonts fonts
-# Or via environement variable (Linux syntax).
+# Or via environment variable (Linux syntax).
TYPST_FONT_PATHS=path/to/fonts typst fonts
```