Skip to content

Commit

Permalink
docs: fix typos (#673)
Browse files Browse the repository at this point in the history
This commit fixes several typos.
  • Loading branch information
omahs authored Oct 25, 2024
1 parent 6f2604b commit ca6644b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion developers/guides/clip-a-livestream.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion developers/guides/get-engagement-analytics-via-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Info>
Expand Down
4 changes: 2 additions & 2 deletions developers/guides/livestream-from-browser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions developers/guides/monitor-stream-health.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -281,4 +281,4 @@ At the bottom of the page, a chart will show the ingest rate of a livestream:
<Info>
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.
</Info>
</Info>
2 changes: 1 addition & 1 deletion developers/tutorials/decentralized-app-with-fvm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions developers/tutorials/upload-playback-videos-4everland.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions developers/tutorials/upload-playback-videos-on-arweave.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions developers/tutorials/upload-playback-videos-on-ipfs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
<input type="file" ref={fileInput} className="hidden" onChange={onChange} />
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ca6644b

Please sign in to comment.