From bb56f0cc285286dc5540597705bc5d25f322cda4 Mon Sep 17 00:00:00 2001 From: wkania Date: Thu, 25 Sep 2025 22:45:31 +0200 Subject: [PATCH] [Validator] Fix typo in Video constraint --- reference/constraints/Video.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Video.rst b/reference/constraints/Video.rst index 644060d4c6c..e3aa7fbb657 100644 --- a/reference/constraints/Video.rst +++ b/reference/constraints/Video.rst @@ -298,7 +298,7 @@ The message displayed if the video file contains multiple video streams. **type**: ``string`` **default**: ``The size of the video could not be detected.`` -The message displayed if ffprobe cannot detect the dimensions of the video. +The message displayed if ``ffprobe`` cannot detect the dimensions of the video. ``unsupportedCodecMessage`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~