Skip to content

Commit

Permalink
Add "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jul 3, 2024
1 parent 0bd5fe5 commit 7686ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/player/loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ By default the player doesn't fetch a recording upon initialization, postponing
the loading until user starts the playback. Given how small (in terms of
filesize) terminal recordings are this usually is perfectly fine. However, if
you wish so you can force the player to preload the recording upon its
initialization using [preload option](options.md#preload):
initialization using the [preload option](options.md#preload):

```javascript
AsciinemaPlayer.create(src, containerElement, { preload: true });
Expand Down

0 comments on commit 7686ee2

Please sign in to comment.