From 48066eb0d63d03dc227b345f29d06f570bffa827 Mon Sep 17 00:00:00 2001 From: Nurav Labs <110164528+nuravlabs@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:49:03 +0530 Subject: [PATCH] Update typeset.rst fixed typo --- web/typeset.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typeset.rst b/web/typeset.rst index 3ce8f76..b19041a 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.typsetClear()` can be an actual +The argument passed to :meth:`MathJax.typesetClear()` 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).