Skip to content

Commit a422353

Browse files
dpvczorkow
andauthored
Update ts/ui/lazy/LazyHandler.ts
Co-authored-by: Volker Sorge <v.sorge@mathjax.org>
1 parent e8420dc commit a422353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/ui/lazy/LazyHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ B extends MathDocumentConstructor<HTMLDocument<N, T, D>>>(
477477
for (const item of this.math) {
478478
const math = item as LazyMathItem<N, T, D>;
479479
//
480-
// If it is not laxy compile or typeset, skip it.
480+
// If it is not lazy compile or typeset, skip it.
481481
//
482482
if (!math.lazyCompile && !math.lazyTypeset) continue;
483483
//

0 commit comments

Comments
 (0)