Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in Getting Started page #571

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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