mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 05:28:41 +00:00
Fix grammar error in tagline (#2231)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://katex.org/">
|
||||
<meta property="og:image" content="https://katex.org/img/og_logo.png">
|
||||
<meta property="og:description" content="Simple API, no dependencies – yet super-fast on all major browsers.">
|
||||
<meta property="og:description" content="Simple API, no dependencies – yet super fast on all major browsers.">
|
||||
|
||||
<link rel="preload" href="static/fonts/KaTeX_Main-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
<link rel="preload" href="static/fonts/KaTeX_Math-Italic.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
<div class="main"><div class="container">
|
||||
<div class="subtagline">
|
||||
Simple API, no dependencies – yet super-fast on all major browsers.
|
||||
Simple API, no dependencies – yet super fast on all major browsers.
|
||||
</div>
|
||||
|
||||
<ul class="features">
|
||||
|
Reference in New Issue
Block a user