From e750bcb5255c8b89049c2cbf520cf79f2c897e21 Mon Sep 17 00:00:00 2001 From: Bill Glesias Date: Fri, 17 Oct 2025 22:02:23 -0400 Subject: [PATCH] chore: wrap cy.prompt in link for consistency --- docs/app/references/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/references/changelog.mdx b/docs/app/references/changelog.mdx index 4106300776..9816263460 100644 --- a/docs/app/references/changelog.mdx +++ b/docs/app/references/changelog.mdx @@ -25,7 +25,7 @@ _Released 10/17/2025_ **Misc:** - Browser detection in Cypress now always prefers 64-bit browser installs to 32-bit browser installs. Addressed in [#32656](https://github.com/cypress-io/cypress/pull/32656). -- Update code button styles and rename Get Code for Code on cy.prompt. Addressed in [#32745](https://github.com/cypress-io/cypress/pull/32745). +- Update code button styles and rename Get Code for Code on [`cy.prompt()`](/api/commands/prompt). Addressed in [#32745](https://github.com/cypress-io/cypress/pull/32745). **Dependency Updates:**