File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ var vtt = nodeVTT.vtt,
142
142
143
143
The ` errors ` property contains an array of the aggregated
144
144
[ ParsingErrors] ( https://github.com/mozilla/vtt.js#parsingerror ) from ` vtt.js `
145
- that have been recieved while parsing some WebVTT file. Calling
145
+ that have been received while parsing some WebVTT file. Calling
146
146
[ clear] ( #clearonclear ) will empty the ` errors ` array.
147
147
148
148
``` js
@@ -199,7 +199,7 @@ Parses `data` as a chunk of WebVTT data. `data` can either be a UTF8 Node ArrayB
199
199
or a string. Make sure to call [ init] ( #initoptions-oninit ) or
200
200
[ setupParser] ( #setupparserencoding-onsetup ) with the appropriate encoding specified
201
201
before calling this function. ` onParsed ` will return an [ error] ( #error ) object that
202
- has a ` message ` property if an error occured . The parsed VTTCues and VTTRegions are
202
+ has a ` message ` property if an error occurred . The parsed VTTCues and VTTRegions are
203
203
aggregated on the ` node-vtt ` object itself and can be accessed via the [ vtt] ( #vtt ) ,
204
204
[ cues] ( #cues ) , or [ regions] ( #regions ) properties.
205
205
You can’t perform that action at this time.
0 commit comments