Skip to content

Commit

Permalink
docs: Fix incomplete sentence in preload docs. (#6571)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodab committed May 9, 2024
1 parent 8a237ab commit a1e4781
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/preload.md
Expand Up @@ -61,5 +61,4 @@ const preloadManager = await player.unloadAndSavePreload();

The resulting preload manager can be used just like one created via the preload
method. Much like a normal preload manager, it must be used on the same player
instance that created it. It contains the loaded manifest, and depending on the
optional configuration values passed in it may contain
instance that created it. It contains the loaded manifest, and stores the time of the video and last abr estimates.

0 comments on commit a1e4781

Please sign in to comment.