summaryrefslogtreecommitdiff
path: root/docs/tutorial/1-writing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/1-writing.md')
-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>