summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-02-21 11:43:25 +0100
committerLaurenz <laurmaedje@gmail.com>2021-02-21 11:43:25 +0100
commitde37a056ed3e90d8ba93c4b3a315a8046ef53484 (patch)
tree35701a2b79fe968a9b613cfbf77bc1198046d7b2 /tests/typ
parent4d42c79b169063f6c8e7603db6777d0e60ff2e0b (diff)
Split pushed text at newlines ✂
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/library/box.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/library/box.typ b/tests/typ/library/box.typ
index 57763f12..eff0be3d 100644
--- a/tests/typ/library/box.typ
+++ b/tests/typ/library/box.typ
@@ -11,7 +11,7 @@ Sometimes there is no box.
// Empty box with fixed width and height.
#box(width: 6cm, height: 12pt, color: #CB4CED)
-// Not visiblem, but creates a gap between the boxes above and below.
+// Not visible, but creates a gap between the boxes above and below.
#box(width: 2in, color: #ff0000)
// These are in a row!