|
@@ -51,7 +51,7 @@
|
|
|
</section>
|
|
|
<section>
|
|
|
<a name="endpoint"></a><h3>ELEMENTS</h3>
|
|
|
- <p> Nitrogen Elements is an HTML template engine for Erlang language where
|
|
|
+ <p> Nitrogen Elements is a HTML template engine for Erlang language where
|
|
|
all HTML tags are being rendered from Erlang records.
|
|
|
</p>
|
|
|
<p>With N2O you don’t need to use HTML at all. Instead you define your page in the form of Erlang records so that the page is type checked at the compile time. This is a classic CGI approach for compiled pages and it gives us all the benefits of compile time error checking and provides DSL for client and server-side rendering.</p>
|
|
@@ -71,7 +71,7 @@
|
|
|
</section>
|
|
|
<section>
|
|
|
<a name="endpoint"></a><h3>ACTIONS</h3>
|
|
|
- <p> Nitrogen Ations is an JavaScript template engine for Erlang language where
|
|
|
+ <p> Nitrogen Actions is a JavaScript template engine for Erlang language where
|
|
|
all events and button reactions are being rendered from Erlang language.
|
|
|
</p>
|
|
|
|