Skip to content

Commit

Permalink
Fix typo in Getting Started page (#571)
Browse files Browse the repository at this point in the history
Added a space after the link to the advanced tutorial.
  • Loading branch information
cherryblossom000 authored Nov 6, 2023
1 parent 15ef4eb commit 2cdcf8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ const IndexPage = () => {
href="/user-manual/introduction">user manual</a>
. In particular, the <a
className={"link-primary"}
href="/user-manual/tutorial">last section</a>
is a slighty more advanced tutorial.
href="/user-manual/tutorial">last section</a> is
a slighty more advanced tutorial.
You will also find <a
className={"link-primary"}
href="https://github.com/tweag/nickel/tree/master/examples">examples in the repository</a>. For an overview of Nickel and the motivations behind it, see the <a
Expand Down

0 comments on commit 2cdcf8f

Please sign in to comment.