mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
docs: fix grammar in features concept guide (#1511)
This commit is contained in:
@@ -29,7 +29,7 @@ const Player = createPlayer({ features: videoFeatures });
|
||||
</FrameworkCase>
|
||||
<FrameworkCase frameworks={["html"]}>
|
||||
|
||||
For example, if you import `<video-player>` from the `/video` path, you'll has playback, volume, time, fullscreen, and more already enabled.
|
||||
For example, if you import `<video-player>` from the `/video` path, you will have playback, volume, time, fullscreen, and more already enabled.
|
||||
|
||||
```html
|
||||
<script type="module" src="@videojs/html/video/player"></script> <!-- [!code focus] -->
|
||||
|
||||
Reference in New Issue
Block a user