Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jul 8, 2023
1 parent 8a335cd commit 4c6fb97
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 4c6fb97

Please sign in to comment.