fixing typo
authorDanillo Souza <danillo.fs@gmail.com>
Sun, 16 Nov 2014 01:25:34 +0000 (23:25 -0200)
committerspf13 <steve.francia@gmail.com>
Mon, 17 Nov 2014 23:44:34 +0000 (18:44 -0500)
docs/content/tutorials/mathjax.md

index 5ce6bdc2d262ceb3d3cee988fa896d19d7e6b1d5..e9f08dba0a721fa09f3a022646b5fdaa52591c42 100644 (file)
@@ -12,7 +12,7 @@ weight: 10
 
 ## What is MathJax?
 
-[MathJax](http://www.mathjax.org/) is a JavaScript library that allows allows the display of mathematical expressions described via a LaTeX-style syntax in the HTML (or Markdown) source of a web page. As it is a pure a JavaScript library, getting it to work within Hugo is fairly straightforward, but does have some oddities that will be discussed here.
+[MathJax](http://www.mathjax.org/) is a JavaScript library that allows the display of mathematical expressions described via a LaTeX-style syntax in the HTML (or Markdown) source of a web page. As it is a pure a JavaScript library, getting it to work within Hugo is fairly straightforward, but does have some oddities that will be discussed here.
 
 This is not an introduction into actually using MathJax to render typeset mathematics on your website. Instead, this page is a collection of tips and hints for one way to get MathJax working on a website built with Hugo.