Skip to content

Commit

Permalink
Update getting-started.mdx
Browse files Browse the repository at this point in the history
typo correction in getting started page
  • Loading branch information
aarora-pm authored Oct 25, 2024
1 parent d00a40e commit c373005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const content = {
reactPlayer.start(content);
```

With Player running your content, you'll need to actually render out what is processes. To do this, you can use the React Player's component API to insert it into your React tree.
With Player running your content, you'll need to actually render out what is processed. To do this, you can use the React Player's component API to insert it into your React tree.

```javascript
const MyApp = () => {
Expand Down Expand Up @@ -266,4 +266,4 @@ If your application includes dependencies that may transitively depend on `com.i
</Fragment>
</PlatformTabs>

Congrats! You've got Player up and running. If you need additional functionality you can add more plugins to extend Player's functionality. Head over to the [Plugins](/plugins) section to take a look at the Plugins we've developed or take a look at the [Architecture](./architecture) section to see how you can write your own.
Congrats! You've got Player up and running. If you need additional functionality you can add more plugins to extend Player's functionality. Head over to the [Plugins](/plugins) section to take a look at the Plugins we've developed or take a look at the [Architecture](./architecture) section to see how you can write your own.

0 comments on commit c373005

Please sign in to comment.