Skip to content

Commit 9fb6313

Browse files
docs: correct closing tag and fix some spelling errors (#4063)
1 parent 613c3da commit 9fb6313

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/pages/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ <h1 class="logo tex" data-expr="\KaTeX">KaTeX</h1>
7777

7878
<div class="main"><div class="container">
7979
<div class="subtagline">
80-
Simple API, no dependencies – yet super fast on all major browsers.
80+
Simple API, no dependencies – yet superfast on all major browsers.
8181
</div>
8282

8383
<ul class="features">
8484
<li><b>Fast:</b> KaTeX renders its math synchronously and doesn&rsquo;t need to reflow the page.</li>
8585
<li><b>Print quality:</b> KaTeX&rsquo;s layout is based on Donald Knuth&rsquo;s TeX, the gold standard for math typesetting.</li>
86-
<li><b>Self contained:</b> KaTeX has no dependencies and can easily be bundled with your website resources.</li>
86+
<li><b>Self-contained:</b> KaTeX has no dependencies and can easily be bundled with your website resources.</li>
8787
<li><b>Server side rendering:</b> KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.</li>
8888
</ul>
8989

@@ -167,7 +167,7 @@ <h3>KaTeX Options</h3>
167167
<td>
168168
<select id="output">
169169
<option value="htmlAndMathml" selected>htmlAndMathml</option>
170-
<option value="html">html</html>
170+
<option value="html">html</option>
171171
<option value="mathml">mathml</option>
172172
</select>
173173
</td>

0 commit comments

Comments
 (0)