From f772ddc3d534cc0832f763908fc82d69675c3d70 Mon Sep 17 00:00:00 2001 From: Paul Jaffre Date: Thu, 20 Jul 2023 14:53:48 -0400 Subject: [PATCH] Update docs/guides/references/migration-guide.mdx Co-authored-by: Jennifer Shehane --- docs/guides/references/migration-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/references/migration-guide.mdx b/docs/guides/references/migration-guide.mdx index d63df5645cb..e0a1b01d093 100644 --- a/docs/guides/references/migration-guide.mdx +++ b/docs/guides/references/migration-guide.mdx @@ -54,7 +54,7 @@ The quality setting for the video compression. Cypress has the capability to compress recorded videos after a run to reduce the video file size. By default, compression is turned off, which results in a larger file size and better video quality. -You can enable this with the `videoCompression` [configuration](/guides/references/configuration#Videos) option to reduce the file size. This will also reduce the video quality and take slightly longer to process and complete the run. +You can enable this with the `videoCompression` [configuration](/guides/references/configuration#Videos) option if you'd like to reduce the video file size for any reason. This will also reduce the video quality and take slightly longer to process and complete the run. :::cypress-config-example