From 5685c7bdb178514dac4fcb2d1015970becab5dda Mon Sep 17 00:00:00 2001 From: Alex Dainiak Date: Sun, 25 Jul 2021 12:28:10 +0300 Subject: [PATCH] Update menu.rst Correct typo in code example comment. --- options/menu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/menu.rst b/options/menu.rst index a084f549..72cc9e05 100644 --- a/options/menu.rst +++ b/options/menu.rst @@ -52,7 +52,7 @@ The Configuration Block assistiveMml: true, // true if hidden assistive MathML should be generated for screen readers collapsible: false, // true if complex math should be collapsible - explorer: false, // true if the expression explorere should be active + explorer: false, // true if the expression explorer should be active }, annotationTypes: { TeX: ['TeX', 'LaTeX', 'application/x-tex'],