Skip to content

Commit 1a75920

Browse files
authored
correct a typo
typestClear => typsetClear
1 parent 9561270 commit 1a75920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/typeset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ might use something like:
191191
// the new content is has been typeset
192192
});
193193
194-
The argument passed to :meth:`MathJax.typestClear()` can be an actual
194+
The argument passed to :meth:`MathJax.typsetClear()` can be an actual
195195
DOM element, as in the example above, or a CSS selector string (e.g.,
196196
``'#has-math'``), or an array of these. The selector can specify more
197197
than one container element (e.g., via a class selector).

0 commit comments

Comments
 (0)