From f2217d8c7f2a4d4cfa6f2e299bb3335e4959c237 Mon Sep 17 00:00:00 2001 From: robertminer Date: Mon, 2 Aug 2010 17:59:32 +0000 Subject: [PATCH] fixed a few typos: --- mathjax/docs/rst/configuration.rst | 2 +- mathjax/docs/rst/glossary.rst | 2 +- mathjax/docs/rst/mathjax.rst | 2 +- mathjax/docs/rst/start.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mathjax/docs/rst/configuration.rst b/mathjax/docs/rst/configuration.rst index 95c3cbf68..8523b4aa5 100644 --- 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 ```` block, but it is also possible to load MathJax into the ```` 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 index 9f6772d26..30a3d082a 100644 --- 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 index c52b7c66d..47767e01e 100644 --- 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 index 99a1d0cf0..966395d9d 100644 --- 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 `. 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 `. If you are working on dynamic pages that include mathematics, you might want to read about the :ref:`MathJax Application Programming -Interface ` (it's API), so you know how to include +Interface ` (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