Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Jul 28, 2020
1 parent 975bc25 commit 264f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-build/custom-mathjax.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down

0 comments on commit 264f31b

Please sign in to comment.