From 46ffff1c9d6b274f2f7f40f4b85347531e30c424 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:04:19 +0200 Subject: [PATCH] Update getting-started.md (#42261) Fixed a typo. --- doc/src/manual/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/getting-started.md b/doc/src/manual/getting-started.md index f7bdfd2a64afc7..75f630091b6c11 100644 --- a/doc/src/manual/getting-started.md +++ b/doc/src/manual/getting-started.md @@ -102,7 +102,7 @@ command-line-options). ## Resources -A curated list of useful learning resources to help new users get started can be found on the [learning](https://julialang.org/learning/) page of the main Julia web site. +A curated list of useful learning resources to help new users get started can be found on the [learning](https://julialang.org/learning/) page of the main Julia website. You can use the REPL as a learning resource by switching into the help mode. Switch to help mode by pressing `?` at an empty `julia> ` prompt, before typing