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 /docs/src/tutorial/4-template.md | |
| parent | 045a109600fa9127d22259287bbde62234cadb44 (diff) | |
fix a couple of typos / apostrophes in the README and tutorials (#128)
Diffstat (limited to 'docs/src/tutorial/4-template.md')
| -rw-r--r-- | docs/src/tutorial/4-template.md | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
