Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Mar 29, 2021
1 parent 7106c48 commit fe875ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/components/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface MathJaxObject extends MJObject {
}

/**
* Functions to used to filter the path to a package
* Functions used to filter the path to a package
*/
export const PathFilters: {[name: string]: PathFilterFunction} = {
/**
Expand Down Expand Up @@ -107,7 +107,7 @@ export const PathFilters: {[name: string]: PathFilterFunction} = {
},

/**
* Revursively replace path prefixes (e.g., [mathjax], [tex], etc.)
* Recursively replace path prefixes (e.g., [mathjax], [tex], etc.)
*/
prefix: (data) => {
let match;
Expand Down

0 comments on commit fe875ae

Please sign in to comment.