Skip to content

Commit 0f73d2e

Browse files
Update src/content/docs/stream/transform-videos/index.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent 745b736 commit 0f73d2e

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/stream/transform-videos

1 file changed

+1
-1
lines changed

src/content/docs/stream/transform-videos/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Specifies the filename to use in the returned Content-Disposition header. If not
121121

122122
- Acceptable values:
123123
- Maximum of 120 characters in length.
124-
- Can only contain lowercase letters (a-z), numbers (0-9), hyphens (-), and underscores (\_) plus an optional extension. A valid name satisfies this regular expression: `^[a-zA-Z0-9-_]+.?[a-zA-Z0-9-_]+$`.
124+
- Can only contain lowercase letters (a-z), numbers (0-9), hyphens (-), underscores (\_), and an optional extension. A valid name satisfies this regular expression: `^[a-zA-Z0-9-_]+.?[a-zA-Z0-9-_]+$`.
125125
- Examples: `default.mp4`, `shortened-clip_5s`
126126

127127
## Source video requirements

0 commit comments

Comments
 (0)