Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Commit

Permalink
fix(readme): tiny typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julianobrasil committed Apr 15, 2021
1 parent 6599b3c commit 3714624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Finally use `plyr` in your components as attribute:
<button (click)="play()">Play</button>
```

or tag (remember that in this case `plyr` tag has `dipslay: inline` which cannot accept width, so you need to care of this):
or tag (remember that in this case `plyr` tag has `display: inline` which cannot accept width, so you need to care of this):

```html
<plyr style="display: block; width: 640px;" plyrTitle="Video 1" [plyrPlaysInline]="true" [plyrSources]="videoSources" (plyrInit)="player = $event" (plyrPlay)="played($event)"></plyr>
Expand Down

0 comments on commit 3714624

Please sign in to comment.