Typo in mathjax.md
authorSamuel Lelièvre <slel@users.noreply.github.com>
Fri, 10 Apr 2015 09:26:46 +0000 (11:26 +0200)
committerbep <bjorn.erik.pedersen@gmail.com>
Fri, 10 Apr 2015 16:18:14 +0000 (18:18 +0200)
docs/content/tutorials/mathjax.md

index c8801d4046069a444e080a49e9365a0e764aac1a..5d3da6332b2b3bad82db9a0e19166797eb0f2613 100644 (file)
@@ -18,7 +18,7 @@ This is not an introduction into actually using MathJax to render typeset mathem
 
 ## Enabling MathJax
 
-The first step is to enable MathJax on pages that you would like to have typeset math. There are multiple ways to do this (adventerous readers can consult the [Loading and Configuring](http://docs.mathjax.org/en/latest/configuration.html) section of the MathJax documentation for additional methods of including MathJax), but the easiest way is to use the secure MathJax CDN by including the following HTML snippet in the source of a page:
+The first step is to enable MathJax on pages that you would like to have typeset math. There are multiple ways to do this (adventurous readers can consult the [Loading and Configuring](http://docs.mathjax.org/en/latest/configuration.html) section of the MathJax documentation for additional methods of including MathJax), but the easiest way is to use the secure MathJax CDN by including the following HTML snippet in the source of a page:
 
     <script type="text/javascript"
       src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">