fix a couple of typos / apostrophes in the README and tutorials (#128)

This commit is contained in:
JD Matthews 2023-03-24 08:07:01 +00:00 committed by GitHub
parent 045a109600
commit 085a7658f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
</a>
</p>
Typst is a new markup-based typsetting system that is designed to be as powerful
Typst is a new markup-based typesetting system that is designed to be as powerful
as LaTeX while being much easier to learn and use. Typst has:
- Built-in markup for the most common formatting tasks

View File

@ -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.

View File

@ -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)