Skip to content

Commit c29cae7

Browse files
committed
fix: typos in comments and a message string (English)
1 parent 63672ed commit c29cae7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ MathJax.Hub.Config({
752752
//
753753
// When true, MathJax will not measure the widths or heights of the
754754
// subexpressions as it creates its output, but instead will rely on
755-
// its internal calculautions based on teh bounding boxes of the
755+
// its internal calculations based on the bounding boxes of the
756756
// characters it uses, and will only take measurements when it
757757
// absolutely has to. Since measurements cause display reflows, they
758758
// slows down MathJax considerably, so without them MathJax runs

unpacked/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ MathJax.Hub.Config({
752752
//
753753
// When true, MathJax will not measure the widths or heights of the
754754
// subexpressions as it creates its output, but instead will rely on
755-
// its internal calculautions based on teh bounding boxes of the
755+
// its internal calculations based on the bounding boxes of the
756756
// characters it uses, and will only take measurements when it
757757
// absolutely has to. Since measurements cause display reflows, they
758758
// slows down MathJax considerably, so without them MathJax runs

unpacked/extensions/HelpDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
MathJax.Callback.Queue(
197197
HUB.Register.StartupHook("End Config",{}), // wait until config is complete
198198
["Styles",AJAX,CONFIG.styles],
199-
["Post",HUB.Startup.signal,"HelpDialig Ready"],
199+
["Post",HUB.Startup.signal,"HelpDialog Ready"],
200200
["loadComplete",AJAX,"[MathJax]/extensions/HelpDialog.js"]
201201
);
202202

0 commit comments

Comments
 (0)