summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/tutorial/1-writing.md2
-rw-r--r--docs/src/tutorial/4-template.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md
index e795def3..2df4efc7 100644
--- a/docs/src/tutorial/1-writing.md
+++ b/docs/src/tutorial/1-writing.md
@@ -168,7 +168,7 @@ calls, and more, whereas a string is really just a _sequence of characters_ and
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 a another image as
+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
valid kind of content.
diff --git a/docs/src/tutorial/4-template.md b/docs/src/tutorial/4-template.md
index bba902a1..0502b3f6 100644
--- a/docs/src/tutorial/4-template.md
+++ b/docs/src/tutorial/4-template.md
@@ -160,7 +160,7 @@ Now, we are receiving it as the first parameter of the template function.
Thus, we must specify it in the show rule where we call the template.
## Templates with named arguments
-Our paper in the previous chapter had a title and an author list. Lets add these
+Our paper in the previous chapter had a title and an author list. Let's add these
things to our template. In addition to the title, we want our template to accept
a list of authors with their affiliations and the paper's abstract. To keep
things readable, we'll add those as named arguments. In the end, we want it to
@@ -372,7 +372,7 @@ that define reusable document styles. You've made it far and learned a lot. You
can now use Typst to write your own documents and share them with others.
We are still a super young project and are looking for feedback. If you have any
-questions, suggestions or found a bug, please let us know on
+questions, suggestions or you found a bug, please let us know on
[Typst's Discord server](https://discord.gg/2uDybryKPe), on our
[contact form](https://typst.app/contact), or on
[social media.](https://twitter.com/typstapp)