diff --git a/docs/source/index.rst b/docs/source/index.rst index 8dea1dc8b..85f9a067c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,7 +11,7 @@ We achieve these capabilities through: * Pythonic APIs that mirror Python and PyTorch conventions. * Relying on `FFmpeg `_ to do the decoding / encoding. - TorchCodec uses the version of FFmpeg you already have installed. FMPEG is a + TorchCodec uses the version of FFmpeg you already have installed. FFmpeg is a mature library with broad coverage available on most systems. It is, however, not easy to use. TorchCodec abstracts FFmpeg's complexity to ensure it is used correctly and efficiently.