Skip to content

Commit f680979

Browse files
committed
Fix typo in comment
1 parent 0b5d65f commit f680979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/mathjax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const mathjax = {
4545
* Creates a MathDocument using a registered handler that knows how to handl it
4646
*
4747
* @param {any} document The document to handle
48-
* @param {OptionLis} options The options to use for the document (e.g., input and output jax)
48+
* @param {OptionList} options The options to use for the document (e.g., input and output jax)
4949
* @return {MathDocument} The MathDocument to handle the document
5050
*/
5151
document: function (document: any, options: OptionList): MathDocument<any, any, any> {

0 commit comments

Comments
 (0)