summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWolf-SO <peu@rekoba.de>2025-03-12 19:29:35 +0100
committerGitHub <noreply@github.com>2025-03-12 18:29:35 +0000
commit1b2714e1a758d6ee0f9471fd1e49cb02f6d8cde4 (patch)
tree128bac36158ff4e02655c1009a497572941cbaef /docs
parent95a7e28e25be8374f8574244cc46cf42e97b937e (diff)
Update 1-writing.md to improve readability (#6040)
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/1-writing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/1-writing.md b/docs/tutorial/1-writing.md
index 5a9fdd4f..acc25783 100644
--- a/docs/tutorial/1-writing.md
+++ b/docs/tutorial/1-writing.md
@@ -172,7 +172,7 @@ nothing else.
For example, the image function expects a path to an image file.
It would not make sense to pass, e.g., a paragraph of text or another image as
the image's path parameter. That's why only strings are allowed here.
-On the contrary, strings work wherever content is expected because text is a
+In contrast, strings work wherever content is expected because text is a
valid kind of content.
</div>