Skip to content

Commit

Permalink
Merge pull request #240 from jessp01/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ku1ik committed Jul 20, 2023
2 parents a1804e7 + 4c6fb97 commit c466528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ AsciinemaPlayer.create('/demo.cast', document.getElementById('demo'), {

See [Options](#options) for full list of available options.

If you'd like to control the player programatically, you can use the functions
If you'd like to control the player programmatically, you can use the functions
exposed on the object returned from `create` function:

```javascript
Expand Down Expand Up @@ -244,7 +244,7 @@ AsciinemaPlayer.create(
### Customizing URL fetching

If you'd like to fetch a recording from a URL, but you need to tweak how HTTP
request is peformed (configure credentials, change HTTP method, etc), you can do
request is performed (configure credentials, change HTTP method, etc), you can do
so by using `{ url: "...", fetchOpts: { ... } }` object as the source argument.
`fetchOpts` object is then passed to
[fetch](https://developer.mozilla.org/en-US/docs/Web/API/fetch) (as its 2nd
Expand Down

0 comments on commit c466528

Please sign in to comment.