Skip to content

Commit 9528157

Browse files
thomas-kuntzjastack
authored andcommitted
Fix typo in KaTeX usage example (gatsbyjs#3549)
1 parent 2b0996c commit 9528157

File tree

1 file changed

+1
-1
lines changed
  • examples/using-remark/src/pages/2017-08-07---katex

1 file changed

+1
-1
lines changed

examples/using-remark/src/pages/2017-08-07---katex/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Surround your equation with `$` to generate a math equation in inline mode.
2222
$a^2 + b^2 = c^2$
2323
```
2424

25-
**Example output:** $a^2 + b^2 = c^2$`
25+
**Example output:** $a^2 + b^2 = c^2$
2626

2727
## Math Equations in Display Mode
2828

0 commit comments

Comments
 (0)