Skip to content

Commit d2065e6

Browse files
committed
[readme] fix typo
1 parent bddef52 commit d2065e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `config` method is used to set _global_ configuration options. Its default o
6363
undefinedCharError: false, // determines whether "unknown characters" (i.e., no glyph in the configured fonts) are saved in the error array
6464
extensions: '', // a convenience option to add MathJax extensions
6565
fontURL: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/fonts/HTML-CSS', // for webfont urls in the CSS for HTML output
66-
paths: {} // configures custom path variables (e.g., for third party extensions, cf. test/config-third-party-extensions.js)
66+
paths: {}, // configures custom path variables (e.g., for third party extensions, cf. test/config-third-party-extensions.js)
6767
MathJax: { } // standard MathJax configuration options, see https://docs.mathjax.org for more detail.
6868
}
6969
```

0 commit comments

Comments
 (0)