From 264f31bbc5cfb1e5734cf35fe1261ff8dd801c62 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 28 Jul 2020 13:35:50 -0400 Subject: [PATCH] Fix typo --- custom-build/custom-mathjax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-build/custom-mathjax.js b/custom-build/custom-mathjax.js index 496adfa..d9e1c90 100644 --- a/custom-build/custom-mathjax.js +++ b/custom-build/custom-mathjax.js @@ -50,7 +50,7 @@ const html = mathjax.document(document, { // // Remove the data-semantic-* attributes (and move speech to data-speech) // - simplfy: [STATE.ENRICHED + 1, null, (math, doc) => { + simplify: [STATE.ENRICHED + 1, null, (math, doc) => { math.root.walkTree(node => { const attributes = node.attributes.getAllAttributes(); if (attributes['data-semantic-speech']) {