Skip to content

Commit

Permalink
docs: correct plural agreement on getting started (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-dub authored Dec 12, 2024
1 parent 384ffdc commit 43872a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/en/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The `<media-controller>` component handles all of the communication between cont
> We're using a standard HTML `<video>` element here, but you could use any other [compatible media element](#compatible-media-elements).
[Slots](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot) are a feature of [Web Components](https://developer.mozilla.org/en-US/docs/Web/API/Web_components) that allow you choose where an element should be placed. In this instance, we're telling media controller to place our video tag where
media elements should go. Some Media Chrome components will define multiple slots and other none at all. You can find out which slots are available on each components documentation page.
media elements should go. Some Media Chrome components will define multiple slots and others none at all. You can find out which slots are available on each components documentation page.

## Adding controls

Expand Down

0 comments on commit 43872a7

Please sign in to comment.