File tree Expand file tree Collapse file tree
src/content/docs/player/overview/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ respond to the request by satisfying or rejecting it.
1515<PlayerArchitectureDiagram />
1616
1717Anything we "ask" the player (more precisely the current provider) to do is simply a
18- request as we can't guarantee success or failure, at least from the requestors perspective.
18+ request as we can't guarantee success or failure, at least from the requestor's perspective.
1919Requests are dispatched from child player components via DOM events to the ` MediaRequestManager ` which
2020performs the appropriate actions on the current media provider. The ` MediaProviderAdapter ` ensures we can
2121speak a common language across various providers as the API might differ. After the
22- ` MediaRequestManager ` performs it's tasks, a request is now pending and put into queue. The
22+ ` MediaRequestManager ` performs its tasks, a request is now pending and put into queue. The
2323media provider will asynchronously notify the ` MediaStateManager ` that the request was either satisfied
2424or rejected. Finally, the state manager will satisfy the request by attaching
2525it as a trigger to the media event (e.g., ` media-play-request ` will be attached to the media ` play `
You can’t perform that action at this time.
0 commit comments