summaryrefslogtreecommitdiffhomepage
path: root/asciidoc.html.markdown
diff options
context:
space:
mode:
authorAbel Salgado Romero <abelromero@gmail.com>2017-09-12 00:10:57 +0200
committerGitHub <noreply@github.com>2017-09-12 00:10:57 +0200
commitca4b1b70dae58b3a484432646da5eaedb2f549db (patch)
tree684982c822cb28517a4fd33811a395a563f6e971 /asciidoc.html.markdown
parent0e32ded9a4dbb74a0c814aae2770045ed0b00a2d (diff)
Update asciidoc.html.markdown
fixed review
Diffstat (limited to 'asciidoc.html.markdown')
-rw-r--r--asciidoc.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/asciidoc.html.markdown b/asciidoc.html.markdown
index 8b526586..1261fcea 100644
--- a/asciidoc.html.markdown
+++ b/asciidoc.html.markdown
@@ -127,10 +127,10 @@ You can nest lists by adding extra asterisks or periods up to five times.
There are two tools to process AsciiDoc documents:
1. [AsciiDoc](http://asciidoc.org/): original Python implementation available in the main Linux distributions. Stable and currently in maintenance mode.
-2. [Asciidoctor](http://asciidoctor.org/): alternative Ruby implementation, usable also from Java and JavasScript. Under active development, it aims to extend the AsciiDoc syntax with new features and output formats.
+2. [Asciidoctor](http://asciidoctor.org/): alternative Ruby implementation, usable also from Java and JavaScript. Under active development, it aims to extend the AsciiDoc syntax with new features and output formats.
Following links are related to `Asciidoctor` implementation:
-* [Markdown - AsciiDoc syntax comparision](http://asciidoctor.org/docs/user-manual/#comparison-by-example): side-by-side comparision of common Markdown and AsciiDoc elements.
+* [Markdown - AsciiDoc syntax comparison](http://asciidoctor.org/docs/user-manual/#comparison-by-example): side-by-side comparison of common Markdown and AsciiDoc elements.
* [Getting started](http://asciidoctor.org/docs/#get-started-with-asciidoctor): installation and quick start guides to render simple documents.
* [Asciidoctor User Manual](http://asciidoctor.org/docs/user-manual/): complete single-document manual with syntax reference, examples, rendering tools, amongst others.