diff --git a/docs/site/src/content/docs/guides/getting-started.mdx b/docs/site/src/content/docs/guides/getting-started.mdx index bb7f2b418..b33d583f0 100644 --- a/docs/site/src/content/docs/guides/getting-started.mdx +++ b/docs/site/src/content/docs/guides/getting-started.mdx @@ -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 = () => { @@ -266,4 +266,4 @@ If your application includes dependencies that may transitively depend on `com.i -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. \ No newline at end of file +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.