From fd6c7420de7aac524c5b665ddc975b4ea61de37d Mon Sep 17 00:00:00 2001 From: techgaun Date: Fri, 4 May 2018 23:31:42 -0500 Subject: [PATCH] fix typo --- chapters/introduction.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/introduction.asciidoc b/chapters/introduction.asciidoc index 2e04357..64d34d2 100644 --- a/chapters/introduction.asciidoc +++ b/chapters/introduction.asciidoc @@ -84,7 +84,7 @@ implementation of Erlang (see xref:Other_Erlang_Implementations[])). Your application code will run in an Erlang node, and all the layers of the node will affect the performance of your application. We will look at the stack of layers that makes up a node. This will help you -understand you options for running your system in different +understand your options for running your system in different environments. In OO terminology one could say that an Erlang node is an object of