We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5d65f commit f680979Copy full SHA for f680979
ts/mathjax.ts
@@ -45,7 +45,7 @@ export const mathjax = {
45
* Creates a MathDocument using a registered handler that knows how to handl it
46
*
47
* @param {any} document The document to handle
48
- * @param {OptionLis} options The options to use for the document (e.g., input and output jax)
+ * @param {OptionList} options The options to use for the document (e.g., input and output jax)
49
* @return {MathDocument} The MathDocument to handle the document
50
*/
51
document: function (document: any, options: OptionList): MathDocument<any, any, any> {
0 commit comments