Two typos in the TeX docs page

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@597 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
Casey W. Stark 2010-08-31 05:17:38 +00:00
parent f33232b0cf
commit 5eece68de7

View File

@ -61,7 +61,7 @@ HTML). When this happens, the browser will think the tag continues up
to the next ``>`` in the document (typically the end of the next to the next ``>`` in the document (typically the end of the next
actual tag in the HTML file), and you may notice that you are missing actual tag in the HTML file), and you may notice that you are missing
part of the text of the document. In the example above, the `` we part of the text of the document. In the example above, the `` we
have ...`` will not be displayed because the browsers thinks it is have ...`` will not be displayed because the browser thinks it is
part of the tag starting at ``<y``. This is one indication you can part of the tag starting at ``<y``. This is one indication you can
use to spot this prooblem; it is a common error and should be avoided. use to spot this prooblem; it is a common error and should be avoided.