summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-12-24 04:49:33 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-12-24 04:49:33 -0700
commit1e9e5d8ea68289576c7bd5c17b46cd6902e86a78 (patch)
treedd04642cefe0feb6eb921a4068c453fbe306e74d /docs
parentd02e4d35a3b56a2c1909284a5ada51d2aeabc5cf (diff)
minor revisions to docs [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/index.adoc2
-rw-r--r--docs/modules/stem/pages/mathjax.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index df0f6e7a..5c397c18 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -9,7 +9,7 @@ If you're looking for the documentation for the AsciiDoc language, see the xref:
Asciidoctor is a fast, open source, Ruby-based text processor for parsing AsciiDoc into a document model and converting to output formats such as [.nowrap]#HTML 5#, [.nowrap]#DocBook 5#, manual pages, PDF, and [.nowrap]#EPUB 3#.
This Ruby library is often referred to as Asciidoctor core.
-That's because Asciidoctor is also the name of the family of projects that contribute extensions and tools for Asciidoctor.
+That's because Asciidoctor is also the name of the family of projects that contribute extensions and tools for processing AsciiDoc.
When we say Asciidoctor in this section of the documentation, we're specifically referring to Asciidoctor core.
To simplify installation, Asciidoctor is packaged and distributed to RubyGems.org as a {url-rubygem}/asciidoctor[RubyGem named asciidoctor^].
diff --git a/docs/modules/stem/pages/mathjax.adoc b/docs/modules/stem/pages/mathjax.adoc
index a3d95fe1..8371d1a8 100644
--- a/docs/modules/stem/pages/mathjax.adoc
+++ b/docs/modules/stem/pages/mathjax.adoc
@@ -6,7 +6,7 @@
:stem:
{url-mathjax}[MathJax^] is a JavaScript library for displaying interactive LaTeX, AsciiMath, and MathML expressions in the browser.
-The Asciidoctor HTML converter integrates with MathJax to provide STEM processing for {url-asciimath}[AsciiMath^] and {url-latexmath}[TeX and LaTeX^] notation used in the AsciiDoc document.
+The Asciidoctor HTML converter integrates with MathJax to provide STEM processing for {url-asciimath}[AsciiMath^] and {url-latexmath}[TeX and LaTeX^] notation used in an AsciiDoc document.
This integration offers simple, out-of-the-box support for STEM content when converting to HTML.
== How it works