Skip to content

Commit

Permalink
fix spelling errors on distillery lesson (elixirschool#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun authored and doomspork committed Jan 15, 2019
1 parent 7a94ec2 commit 3402904
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/lessons/libraries/distillery.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ A release is a package containing your compiled Erlang/Elixir code (i.e [BEAM](h
A release will contain the folowing:
* a /bin folder
* This contains a script that is the starting point to running your entire application
* This contains a script that is the starting point to running your entire application.
* a /lib folder
* This contains the compiled bytecode of the application along with any dependencies.
* a /relealses folder
* This contains metadata about the release as well as hooks and custom commands
* a /releases folder
* This contains metadata about the release as well as hooks and custom commands.
* a /erts-VERSION
* This contains the Erlang runtime which will allow a machine to run your application without having Erland or Elixir installed
* This contains the Erlang runtime which will allow a machine to run your application without having Erlang or Elixir installed.


### Getting started/installation
Expand Down

0 comments on commit 3402904

Please sign in to comment.