From 1a75920830985030270a752d3c69a7ea885c2f82 Mon Sep 17 00:00:00 2001 From: hbghlyj <53823634+hbghlyj@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:27:41 +0100 Subject: [PATCH] correct a typo typestClear => typsetClear --- web/typeset.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typeset.rst b/web/typeset.rst index 0b947a57..160e3923 100644 --- a/web/typeset.rst +++ b/web/typeset.rst @@ -191,7 +191,7 @@ might use something like: // the new content is has been typeset }); -The argument passed to :meth:`MathJax.typestClear()` can be an actual +The argument passed to :meth:`MathJax.typsetClear()` can be an actual DOM element, as in the example above, or a CSS selector string (e.g., ``'#has-math'``), or an array of these. The selector can specify more than one container element (e.g., via a class selector).