Skip to content

Commit cc1e8e5

Browse files
committed
Fix typos in comments
1 parent 7829440 commit cc1e8e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ts/core/OutputJax.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ export interface OutputJax<N, T, D> {
4747
options: OptionList;
4848

4949
/**
50-
* Lists of pre-filters to call after typesetting the math
50+
* List of pre-filters to call after typesetting the math
5151
*/
5252
preFilters: FunctionList;
5353

5454
/**
55-
* Lists of post-filters to call before typesetting the math
55+
* List of post-filters to call before typesetting the math
5656
*/
5757
postFilters: FunctionList;
5858

0 commit comments

Comments
 (0)