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

Commit

Permalink
Merge pull request #79 from julianobrasil/fix-typo
Browse files Browse the repository at this point in the history
fix(readme): tiny typo in readme
  • Loading branch information
smnbbrv committed Jul 22, 2022
2 parents 6599b3c + 3714624 commit 7d03812
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 7d03812

Please sign in to comment.