diff --git a/_includes/top.html b/_includes/top.html index 13ecc8304..45a2f2a59 100644 --- a/_includes/top.html +++ b/_includes/top.html @@ -38,7 +38,7 @@
Check our Getting Started guide and our Learning page to begin your journey with Elixir. Or keep scrolling for an overview of the platform, language, and tools. +
Check our Getting Started guide and our Learning page to begin your journey with Elixir. Or keep scrolling for an overview of the platform, language, and tools. @@ -125,7 +125,7 @@
Elixir has been designed to be extensible, allowing developers to naturally extend the language to particular domains, in order to increase their productivity.
-As an example, let's write a simple test case using Elixir's test framework called ExUnit:
+As an example, let's write a simple test case using Elixir's test framework called ExUnit:
{% highlight elixir %} defmodule MathTest do @@ -151,7 +151,7 @@Elixir ships with a great set of tools to ease development. Mix is a build tool that allows you to easily create projects, manage tasks, run tests and more:
+Elixir ships with a great set of tools to ease development. Mix is a build tool that allows you to easily create projects, manage tasks, run tests and more:
$ mix new my_app
$ cd my_app
@@ -170,7 +170,7 @@ A growing ecosystem
Interactive development
- Tools like IEx (Elixir's interactive shell) leverage the language and platform to provide auto-complete, debugging tools, code reloading, as well as nicely formatted documentation:
+ Tools like IEx (Elixir's interactive shell) leverage the language and platform to provide auto-complete, debugging tools, code reloading, as well as nicely formatted documentation:
{% highlight text %}
$ iex
@@ -196,7 +196,7 @@ Erlang compatible
<<192, 223, 75, 115, ...>>
{% endhighlight %}
- To learn more about Elixir, check our Getting Started guide.
+ To learn more about Elixir, check our Getting Started guide.