Fixed typo in documentation

This commit is contained in:
Davide P. Cervone 2011-03-24 10:09:50 -04:00
parent f46cc5c6b4
commit 827c4b3e32
5 changed files with 13 additions and 13 deletions

View File

@ -145,14 +145,14 @@ behavior of MathJax. They are given with their default values.
which case you will need to call :meth:`MathJax.Hub.Typeset()` which case you will need to call :meth:`MathJax.Hub.Typeset()`
yourself by hand, set this value to ``true``. yourself by hand, set this value to ``true``.
.. describe:: element: [] .. describe:: elements: []
This is a list of DOM element ID's that are the ones to process for This is a list of DOM element ID's that are the ones to process for
mathematics when any of the Hub typesetting calls (Typeset, Process, mathematics when any of the Hub typesetting calls (Typeset, Process,
Update, etc.) are called with no element specified, and during Update, etc.) are called with no element specified, and during
MathJax's initial typesetting run when it starts up. This lets you MathJax's initial typesetting run when it starts up. This lets you
restrict the processing to particular containers rather than scanning restrict the processing to particular containers rather than scanning
the entire document for mathematics. If none are supplied, the entire the entire document for mathematics. If none are supplied, the complete
document is processed. document is processed.
.. describe:: menuSettings: { ... } .. describe:: menuSettings: { ... }

View File

@ -121,7 +121,7 @@ MathML that works in all modern browsers.</p>
</li> </li>
</ul> </ul>
<hr class="docutils" /> <hr class="docutils" />
<p>This version of the documentation was built March 09, 2011.</p> <p>This version of the documentation was built March 24, 2011.</p>
</div> </div>
</div> </div>

View File

@ -210,13 +210,13 @@ yourself by hand, set this value to <tt class="docutils literal"><span class="pr
<dl class="describe"> <dl class="describe">
<dt> <dt>
<tt class="descname">element: []</tt></dt> <tt class="descname">elements: []</tt></dt>
<dd><p>This is a list of DOM element ID&#8217;s that are the ones to process for <dd><p>This is a list of DOM element ID&#8217;s that are the ones to process for
mathematics when any of the Hub typesetting calls (Typeset, Process, mathematics when any of the Hub typesetting calls (Typeset, Process,
Update, etc.) are called with no element specified, and during Update, etc.) are called with no element specified, and during
MathJax&#8217;s initial typesetting run when it starts up. This lets you MathJax&#8217;s initial typesetting run when it starts up. This lets you
restrict the processing to particular containers rather than scanning restrict the processing to particular containers rather than scanning
the entire document for mathematics. If none are supplied, the entire the entire document for mathematics. If none are supplied, the complete
document is processed.</p> document is processed.</p>
</dd></dl> </dd></dl>

File diff suppressed because one or more lines are too long

View File

@ -145,14 +145,14 @@ behavior of MathJax. They are given with their default values.
which case you will need to call :meth:`MathJax.Hub.Typeset()` which case you will need to call :meth:`MathJax.Hub.Typeset()`
yourself by hand, set this value to ``true``. yourself by hand, set this value to ``true``.
.. describe:: element: [] .. describe:: elements: []
This is a list of DOM element ID's that are the ones to process for This is a list of DOM element ID's that are the ones to process for
mathematics when any of the Hub typesetting calls (Typeset, Process, mathematics when any of the Hub typesetting calls (Typeset, Process,
Update, etc.) are called with no element specified, and during Update, etc.) are called with no element specified, and during
MathJax's initial typesetting run when it starts up. This lets you MathJax's initial typesetting run when it starts up. This lets you
restrict the processing to particular containers rather than scanning restrict the processing to particular containers rather than scanning
the entire document for mathematics. If none are supplied, the entire the entire document for mathematics. If none are supplied, the complete
document is processed. document is processed.
.. describe:: menuSettings: { ... } .. describe:: menuSettings: { ... }