docs: fix grammar in features concept guide (#1511)

This commit is contained in:
Ronald Urbina
2026-05-11 16:44:56 -07:00
committed by GitHub
parent 3ab26a296b
commit d4adc7c4fb
+1 -1
View File
@@ -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] -->