From d4adc7c4fbea7602831e375b587c5d1eca2cc86c Mon Sep 17 00:00:00 2001 From: Ronald Urbina <140639086+ronald-urbina@users.noreply.github.com> Date: Mon, 11 May 2026 20:44:56 -0300 Subject: [PATCH] docs: fix grammar in features concept guide (#1511) --- site/src/content/docs/concepts/features.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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