Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b8fa535

Browse files
authored
Merge pull request #731 from slhck/patch-1
typo in README
2 parents 77018cc + 0b28192 commit b8fa535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ ffmpeg('/path/to/file.avi').loop('2:14.500');
176176

177177
**Aliases**: `inputOption()`, `addInputOption()`, `addInputOptions()`, `withInputOption()`, `withInputOptions()`.
178178

179-
This method allows passing any input-related option to ffmpeg. You can call it with a single argument to pass a single option, optionnaly with a space-separated parameter:
179+
This method allows passing any input-related option to ffmpeg. You can call it with a single argument to pass a single option, optionally with a space-separated parameter:
180180

181181
```js
182182
/* Single option */
@@ -629,7 +629,7 @@ ffmpeg('/path/to/file.avi').flvmeta().format('flv');
629629

630630
**Aliases**: `outputOption()`, `addOutputOption()`, `addOutputOptions()`, `withOutputOption()`, `withOutputOptions()`, `addOption()`, `addOptions()`.
631631

632-
This method allows passing any output-related option to ffmpeg. You can call it with a single argument to pass a single option, optionnaly with a space-separated parameter:
632+
This method allows passing any output-related option to ffmpeg. You can call it with a single argument to pass a single option, optionally with a space-separated parameter:
633633

634634
```js
635635
/* Single option */

0 commit comments

Comments
 (0)