Skip to content

Commit

Permalink
Merge pull request #1020 from mathjax/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo 'ulta' to 'ultra'.
  • Loading branch information
dpvc committed Nov 20, 2023
2 parents 42437fb + cdd121c commit 8dcb84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/util/Styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const FONT: {[name: string]: RegExp} = {
stretch: new RegExp('^(?:' +
['normal',
'(?:(?:ultra|extra|semi)-)?condensed',
'(?:(?:semi|extra|ulta)-)?expanded',
'(?:(?:semi|extra|ultra)-)?expanded',
'inherit|initial|unset']. join('|') + ')$'),
size: new RegExp('^(?:' +
['xx-small|x-small|small|medium|large|x-large|xx-large|larger|smaller',
Expand Down

0 comments on commit 8dcb84a

Please sign in to comment.