Skip to content

Commit 5ab3f4b

Browse files
committed
Minor fixes to chapter 21 of the Getting Started guide
Mostly very minor rephrasings here and there.
1 parent 3356e5d commit 5ab3f4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getting_started/21.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ last: true
99

1010
{% include toc.html %}
1111

12-
Eager to learn more? Keep on reading!
12+
Eager to learn more? Keep reading!
1313

1414
## 21.1 Build your first Elixir project
1515

@@ -23,11 +23,11 @@ We have written a guide that covers how to build an Elixir application, with its
2323

2424
## 21.2 Community and other resources
2525

26-
On the sidebar, you can find the link to some Elixir books and screencasts. There are plenty of Elixir resources out there, like conference talks, open source projects, and other learning materials produced by the community.
26+
On the sidebar, you can find links to Elixir books and screencasts. There are plenty of Elixir resources out there, like conference talks, open source projects, and other learning material produced by the community.
2727

28-
Remember that in case of any difficulties, you can always visit the **#elixir-lang** channel on **irc.freenode.net** or send a message to the [mailing list](http://groups.google.com/group/elixir-lang-talk). You can be sure that there will be someone willing to help. And to keep posted on the latest news and announcements, follow the [blog](/blog/) and follow language developments on the [elixir-core mailing list](http://groups.google.com/group/elixir-lang-core).
28+
Remember that in case of any difficulties, you can always visit the **#elixir-lang** channel on **irc.freenode.net** or send a message to the [mailing list](http://groups.google.com/group/elixir-lang-talk). You can be sure that there will be someone willing to help. To keep posted on the latest news and announcements, follow the [blog](/blog/) and follow the language development on the [elixir-core mailing list](http://groups.google.com/group/elixir-lang-core).
2929

30-
Don't forget [you can also check the source code of Elixir itself](https://github.com/elixir-lang/elixir), which is mostly written in Elixir (mainly the `lib` directory), or [explore Elixir's documentation](/docs.html).
30+
Don't forget that you can also check the [source code of Elixir itself](https://github.com/elixir-lang/elixir), which is mostly written in Elixir (mainly the `lib` directory), or [explore Elixir's documentation](/docs.html).
3131

3232
## 21.3 A Byte of Erlang
3333

0 commit comments

Comments
 (0)