Skip to content

Commit

Permalink
style: Fix misspelling default (shaka-project#3602)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocoten1992 committed Aug 27, 2021
1 parent fe7d95b commit 3670996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/misspellings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
r'(?i)@returns': '@return',
r'(?i)varint': 'variant',
r'(?i)asynchronus': 'asynchronous',
r'(?i)deafult': 'default',
}
2 changes: 1 addition & 1 deletion lib/text/vtt_text_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ shaka.text.VttTextParser = class {
}

/**
* Add deafult color
* Add default color
*
* @param {!Map.<string, shaka.text.Cue>} styles
* @private
Expand Down

0 comments on commit 3670996

Please sign in to comment.