diff --git a/docs/guides/guides/screenshots-and-videos.mdx b/docs/guides/guides/screenshots-and-videos.mdx index c69afb4af5..2ac09ee7b2 100644 --- a/docs/guides/guides/screenshots-and-videos.mdx +++ b/docs/guides/guides/screenshots-and-videos.mdx @@ -43,13 +43,13 @@ to clear your screenshots folder before a run, you can set ## Videos -If enabled, Cypress records a video for each spec file when running tests during -`cypress run`. Videos are _not_ recorded during `cypress open`. - Video recording is disabled by default, but can be turned on by setting [`video`](/guides/references/configuration#Videos) to `true` from within your configuration. +If enabled, Cypress records a video for each spec file when running tests during +`cypress run`. Videos are _not_ recorded during `cypress open`. + :::cypress-config-example ```ts