commit f2217d8c7f2a4d4cfa6f2e299bb3335e4959c237
parent 526292c9e907394ccf81dbe79ac246dca22e752e
Author: robertminer <robertminer@b8fd5906-0fad-46e2-a0d3-10d94ff285d1>
Date: Mon, 2 Aug 2010 17:59:32 +0000
fixed a few typos:
Diffstat:
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/mathjax/docs/rst/configuration.rst b/mathjax/docs/rst/configuration.rst
@@ -37,7 +37,7 @@ response time in any case).
It is best to load MathJax in the document's ``<head>`` block, but it
is also possible to load MathJax into the ``<body>`` section, if
-needed. If you do this, load it as earlier early as possible, as
+needed. If you do this, load it as early as possible, as
MathJax will begin to load its components as soon as it is included in
the page, and that will help speed up the processing of the
mathematics on your page. MathJax does expect there to be a
diff --git a/mathjax/docs/rst/glossary.rst b/mathjax/docs/rst/glossary.rst
@@ -38,7 +38,7 @@ Glossary
``MathJax/jax`` directory.
LaTeX
- Build on the :term:`TeX` language
+ LaTeX is a variant of :term:`TeX` that is now the dominant TeX style.
.. seealso::
diff --git a/mathjax/docs/rst/mathjax.rst b/mathjax/docs/rst/mathjax.rst
@@ -29,7 +29,7 @@ past it into other programs.
MathJax is modular, so it loads components only when necessary, and
can be extended to include new capabilities as needed. MathJax is
-highly configurble, allowing authors to customize it for the special
+highly configurable, allowing authors to customize it for the special
requirements of their web sites. Finally, MathJax has a rich
application programming interface (API) that can be used to make the
mathematics on your web pages interactive and dynamic.
diff --git a/mathjax/docs/rst/start.rst b/mathjax/docs/rst/start.rst
@@ -294,12 +294,12 @@ You could also read more about the details of how to :ref:`customize
MathJax <configuration>`.
If you are trying to use MathJax in blog or wiki software or in some
-other content-manangement system, you might want to read about :ref:`using
+other content-management system, you might want to read about :ref:`using
MathJax in popular platforms <platforms>`.
If you are working on dynamic pages that include mathematics, you
might want to read about the :ref:`MathJax Application Programming
-Interface <mathjax-api>` (it's API), so you know how to include
+Interface <mathjax-api>` (its API), so you know how to include
mathematics in your interactive pages.
If you are having trouble getting MathJax to work, you can read more