diff options
| author | JD Matthews <jdm204@cam.ac.uk> | 2023-03-24 08:07:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-24 09:07:01 +0100 |
| commit | 085a7658f2977e8d07d3f47ab8b2c0da9d933424 (patch) | |
| tree | 605e23096b0e84b9c4294f27a124f13c522a67da | |
| parent | 045a109600fa9127d22259287bbde62234cadb44 (diff) | |
fix a couple of typos / apostrophes in the README and tutorials (#128)
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | docs/src/tutorial/1-writing.md | 2 | ||||
| -rw-r--r-- | docs/src/tutorial/4-template.md | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -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 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) |
