From ca6644b69d7e53933ca8aa0f8a67eac31fa213c5 Mon Sep 17 00:00:00 2001
From: omahs <73983677+omahs@users.noreply.github.com>
Date: Fri, 25 Oct 2024 12:35:55 +0200
Subject: [PATCH] docs: fix typos (#673)
This commit fixes several typos.
---
developers/guides/clip-a-livestream.mdx | 2 +-
developers/guides/get-engagement-analytics-via-api.mdx | 2 +-
developers/guides/livestream-from-browser.mdx | 4 ++--
developers/guides/monitor-stream-health.mdx | 6 +++---
developers/tutorials/decentralized-app-with-fvm.mdx | 2 +-
developers/tutorials/upload-playback-videos-4everland.mdx | 4 ++--
developers/tutorials/upload-playback-videos-on-arweave.mdx | 4 ++--
developers/tutorials/upload-playback-videos-on-ipfs.mdx | 4 ++--
8 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/developers/guides/clip-a-livestream.mdx b/developers/guides/clip-a-livestream.mdx
index c59696af..1fcc7a89 100644
--- a/developers/guides/clip-a-livestream.mdx
+++ b/developers/guides/clip-a-livestream.mdx
@@ -182,7 +182,7 @@ await livepeer.stream.getAllClips(id);
## Get your clip!
-A clip generated in Livepeer is the same of any other Livepeer asset. You are
+A clip generated in Livepeer is the same as any other Livepeer asset. You are
able to get the playback URLs in your asset object, or fetching them from the
[Playback Info API](/api-reference/playback/get), providing the playbackId of
the output asset representing the clip.
diff --git a/developers/guides/get-engagement-analytics-via-api.mdx b/developers/guides/get-engagement-analytics-via-api.mdx
index fae73577..84f2970f 100644
--- a/developers/guides/get-engagement-analytics-via-api.mdx
+++ b/developers/guides/get-engagement-analytics-via-api.mdx
@@ -199,7 +199,7 @@ In the asset's specific detail page you can view its total number of views.
Get the `playbackId` of an existing asset. A `playbackId` can be found in the
stream/asset page on the dashboard or from any Asset API call. If you haven't created
-an stream/asset yet, you can follow the
+a stream/asset yet, you can follow the
[upload a video asset guide](/developers/guides/upload-video-asset).
diff --git a/developers/guides/livestream-from-browser.mdx b/developers/guides/livestream-from-browser.mdx
index 225e6036..50e81924 100644
--- a/developers/guides/livestream-from-browser.mdx
+++ b/developers/guides/livestream-from-browser.mdx
@@ -10,7 +10,7 @@ Livepeer Broadcast React component, or build their own WebRTC solution.
## Using UI Kit Broadcast
-The example below show to use the Livepeer UI Kit
+The example below shows how to use the Livepeer UI Kit
[`Broadcast`](/sdks/react/broadcast/Root) component to broadcast from the web.
### Broadcast
@@ -82,7 +82,7 @@ export const DemoBroadcast = () => {
## Embeddable broadcast
-This is one of the easiest way to broadcast video from your
+This is one of the easiest ways to broadcast video from your
website/applications. You can embed the iframe on your website/applications by
using the below code snippet.
diff --git a/developers/guides/monitor-stream-health.mdx b/developers/guides/monitor-stream-health.mdx
index 7a62ed09..29bf986a 100644
--- a/developers/guides/monitor-stream-health.mdx
+++ b/developers/guides/monitor-stream-health.mdx
@@ -203,7 +203,7 @@ or
- **_Transcoding_** — A `Healthy` status indicates that video transcoding is
occurring, and the multiple profiles of your stream are available for
playback. An `Unhealthy` status indicates that we have failed to generate the
- profiles , so only the original video will be available. Check the event log
+ profiles, so only the original video will be available. Check the event log
below for any actionable errors, or check the
[Status page](https://livepeer.statuspage.io/) for platform-wide issues.
- **_Real-time —_** This indicates whether our system transcoded the stream
@@ -214,7 +214,7 @@ or
`multistream targets` are connected. If no targets exist, this will appear
blank and not be considered for the global health state. If this shows up as
`Unhealthy`, you can also check the status of the individual
- `multistream targets` in the `Overivew` tab, where the targets can be either
+ `multistream targets` in the `Overview` tab, where the targets can be either
`Idle`, `Pending`, `Online'or' Offline`:
- An `Idle` status indicates that the stream is not currently active, so
neither is multistreaming.
@@ -281,4 +281,4 @@ At the bottom of the page, a chart will show the ingest rate of a livestream:
We are working on building a first-class solution to monitor stream health
using the API. Please reach out to us on Discord if you have any input.
-
\ No newline at end of file
+
diff --git a/developers/tutorials/decentralized-app-with-fvm.mdx b/developers/tutorials/decentralized-app-with-fvm.mdx
index 0893b083..27250141 100644
--- a/developers/tutorials/decentralized-app-with-fvm.mdx
+++ b/developers/tutorials/decentralized-app-with-fvm.mdx
@@ -912,7 +912,7 @@ reusable component to display the videos nicely.
> Make sure to upload a few videos so you can see the above output
Create a folder named `components`, and then create a new file named `Video.js`
-inside of it. Add the below code the file. It is a very basic video component.
+inside of it. Add the below code to the file. It is a very basic video component.
```js
import React from "react";
diff --git a/developers/tutorials/upload-playback-videos-4everland.mdx b/developers/tutorials/upload-playback-videos-4everland.mdx
index 0cc73724..7bd7a325 100644
--- a/developers/tutorials/upload-playback-videos-4everland.mdx
+++ b/developers/tutorials/upload-playback-videos-4everland.mdx
@@ -31,7 +31,7 @@ installed on your machine:
## Setting up Next.js App
-First, let"s create a directory for your project and initialize a Next.js app
+First, let's create a directory for your project and initialize a Next.js app
using the following command in your terminal:
```bash
@@ -179,7 +179,7 @@ This can be useful for ensuring that your videos are of high quality and that
they are accessible to a wide range of viewers, regardless of their device or
connection speed.
-Head to the 4everland website and sign up for an account. Once you"ve created
+Head to the 4everland website and sign up for an account. Once you've created
your account, navigate to the "buckets" section in the sidebar and click on
"create bucket". Give your bucket a name and select IPFS as the storage option.
You can then use the 4everland dashboard or the API to upload your videos to
diff --git a/developers/tutorials/upload-playback-videos-on-arweave.mdx b/developers/tutorials/upload-playback-videos-on-arweave.mdx
index 71ebe1f1..1be93256 100644
--- a/developers/tutorials/upload-playback-videos-on-arweave.mdx
+++ b/developers/tutorials/upload-playback-videos-on-arweave.mdx
@@ -14,7 +14,7 @@ description:
Arweave is a decentralized storage network that allows anyone to upload and
access data in a permanent and tamper-proof manner. Bundlr Network makes
uploading files and interacting with Arweave very easy. It provides fast and
-mutichains support for Arweave. When combined with Livepeer, users can build
+multichain support for Arweave. When combined with Livepeer, users can build
decentralized video applications, archive videos, create video NFTs, and more.
In this tutorial, you will learn how to upload videos to Arweave using Bundlr
@@ -275,7 +275,7 @@ Finally, add Livepeer Player to playback the video from the Arweave network.
}
```
-Here is what you final code should look like:
+Here is what your final code should look like:
```js
import { useState } from "react";
diff --git a/developers/tutorials/upload-playback-videos-on-ipfs.mdx b/developers/tutorials/upload-playback-videos-on-ipfs.mdx
index c05afff7..c99c2f94 100644
--- a/developers/tutorials/upload-playback-videos-on-ipfs.mdx
+++ b/developers/tutorials/upload-playback-videos-on-ipfs.mdx
@@ -208,7 +208,7 @@ export default function Home() {
}
```
-Add the a file input with class name hidden below the Button component.
+Add the file input with class name hidden below the Button component.
```js
@@ -401,7 +401,7 @@ export default function Home() {
}
```
-Go a head choose and upload a video and then navigate to
+Go ahead choose and upload a video and then navigate to
[https://livepeer.studio/dashboard/assets](https://livepeer.studio/dashboard/assets)
you should be able to see the video which you just uploaded.