diff --git a/site/src/content/docs/concepts/features.mdx b/site/src/content/docs/concepts/features.mdx index 476044c6..0578c44b 100644 --- a/site/src/content/docs/concepts/features.mdx +++ b/site/src/content/docs/concepts/features.mdx @@ -29,7 +29,7 @@ const Player = createPlayer({ features: videoFeatures }); -For example, if you import `` from the `/video` path, you'll has playback, volume, time, fullscreen, and more already enabled. +For example, if you import `` from the `/video` path, you will have playback, volume, time, fullscreen, and more already enabled. ```html