You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/stream/edit-videos/adding-captions.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ To create or modify a caption on a video a [Cloudflare API Token](https://www.cl
17
17
18
18
The `<LANGUAGE_TAG>` must adhere to the [BCP 47 format](http://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers). For convenience, many common
19
19
language codes are provided [at the bottom of this document](#most-common-language-codes).
20
-
If the language you are adding isn't included in the table, you can find the value
20
+
If the language you are adding is not included in the table, you can find the value
21
21
through the [The IANA registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry), which maintains a list of language codes. To find the
22
22
value to send, search for the language. Below is an example value from IANA when
23
23
we look for the value to send for a Turkish subtitle:
@@ -47,7 +47,7 @@ to generate closed captions for your videos.
47
47
A video must be uploaded and in a ready state before captions can be generated.
48
48
In the following example URLs, the video's UID is referenced as `<VIDEO_UID>`.
49
49
To receive webhooks when a video transitions to ready after upload, follow the
0 commit comments