Skip to content

Commit

Permalink
Merge pull request video-dev#1105 from azu/patch-1
Browse files Browse the repository at this point in the history
Fix typo in API.md
  • Loading branch information
johnBartos authored Apr 18, 2017
2 parents e980270 + b254b40 commit d5644fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Configuration parameters could be provided to hls.js upon instantiation of `Hls`
fragLoadingMaxRetry: 6,
fragLoadingRetryDelay: 500,
fragLoadingMaxRetryTimeout: 64000,
startFragPrefech: false,
startFragPrefetch: false,
appendErrorMaxRetry: 3,
loader: customLoader,
fLoader: customFragmentLoader,
Expand Down

0 comments on commit d5644fe

Please sign in to comment.