Fix typos in documentation
This commit is contained in:
parent
a8bd127414
commit
6cdc942ff9
|
@ -86,15 +86,15 @@ there is a crucial change that needs to be made). If you want to use the
|
|||
patched version of a release, then check out the branch rather than the
|
||||
tag. Use
|
||||
|
||||
.. code-block::sh
|
||||
.. code-block:: sh
|
||||
|
||||
cd MathJax
|
||||
git branch
|
||||
|
||||
to get a list of the available branches. There be separate branches
|
||||
to get a list of the available branches. There are separate branches
|
||||
for the main releases, but with ``-latest`` appended. These contain
|
||||
all the patches for that particular release. You can check out one of
|
||||
the branchs just as you would a tagged copy. For example, the branch
|
||||
the branches just as you would a tagged copy. For example, the branch
|
||||
for the ``v1.1`` tagged release is ``v1.1-latest``. To get this
|
||||
release, use
|
||||
|
||||
|
|
|
@ -109,10 +109,14 @@ are applied (we try hard not to patch the stable releases, but sometimes
|
|||
there is a crucial change that needs to be made). If you want to use the
|
||||
patched version of a release, then check out the branch rather than the
|
||||
tag. Use</p>
|
||||
<p>to get a list of the available branches. There be separate branches
|
||||
<div class="highlight-sh"><div class="highlight"><pre><span class="nb">cd </span>MathJax
|
||||
git branch
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>to get a list of the available branches. There are separate branches
|
||||
for the main releases, but with <tt class="docutils literal"><span class="pre">-latest</span></tt> appended. These contain
|
||||
all the patches for that particular release. You can check out one of
|
||||
the branchs just as you would a tagged copy. For example, the branch
|
||||
the branches just as you would a tagged copy. For example, the branch
|
||||
for the <tt class="docutils literal"><span class="pre">v1.1</span></tt> tagged release is <tt class="docutils literal"><span class="pre">v1.1-latest</span></tt>. To get this
|
||||
release, use</p>
|
||||
<div class="highlight-sh"><div class="highlight"><pre><span class="nb">cd </span>MathJax
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -86,15 +86,15 @@ there is a crucial change that needs to be made). If you want to use the
|
|||
patched version of a release, then check out the branch rather than the
|
||||
tag. Use
|
||||
|
||||
.. code-block::sh
|
||||
.. code-block:: sh
|
||||
|
||||
cd MathJax
|
||||
git branch
|
||||
|
||||
to get a list of the available branches. There be separate branches
|
||||
to get a list of the available branches. There are separate branches
|
||||
for the main releases, but with ``-latest`` appended. These contain
|
||||
all the patches for that particular release. You can check out one of
|
||||
the branchs just as you would a tagged copy. For example, the branch
|
||||
the branches just as you would a tagged copy. For example, the branch
|
||||
for the ``v1.1`` tagged release is ``v1.1-latest``. To get this
|
||||
release, use
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user