diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-04-27 11:26:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 11:26:43 +0200 |
| commit | c941baa7ee84be8f1cff2cfdf7c5607b3b6d81f8 (patch) | |
| tree | 8a321b7bfba19649d48864acddda628106f69b67 /tests/typ | |
| parent | 5100046acf0fd31f805506f156c59c635c46cf93 (diff) | |
Correct some typos (#987)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/layout/par-justify.typ | 2 | ||||
| -rw-r--r-- | tests/typ/text/linebreak-obj.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/layout/par-justify.typ b/tests/typ/layout/par-justify.typ index 131eadfa..49694372 100644 --- a/tests/typ/layout/par-justify.typ +++ b/tests/typ/layout/par-justify.typ @@ -27,7 +27,7 @@ D E F #linebreak(justify: true) #"" --- -// Test that the last line can be shrinked +// Test that the last line can be shrunk #set page(width: 155pt) #set par(justify: true) This text can be fitted in one line.
\ No newline at end of file diff --git a/tests/typ/text/linebreak-obj.typ b/tests/typ/text/linebreak-obj.typ index f6cc0145..c0a74a1e 100644 --- a/tests/typ/text/linebreak-obj.typ +++ b/tests/typ/text/linebreak-obj.typ @@ -5,7 +5,7 @@ #set page(width: 162pt) They can look for the details in @netwok, -which is the authorative source. +which is the authoritative source. #bibliography("/works.bib") |
