Skip to content

Commit a9f2740

Browse files
authored
Correct some changelog typos (#6255)
1 parent 6fa05ee commit a9f2740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/references/changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ _Released 1/28/2025_
362362

363363
- Fixed an issue where Cypress would incorrectly navigate to `about:blank` when test isolation was disabled and the last test would fail and then retry. Fixes [#28527](https://github.com/cypress-io/cypress/issues/28527).
364364
- Fixed a regression introduced in [14.0.0](#14-0-0) where an element would not return the correct visibility if its offset parent was within the clipping element. Fixes [#30922](https://github.com/cypress-io/cypress/issues/30922).
365-
- Fixed a regression introduced in [14.0.0](#14-0-0) where the incorrect visiblity would be returned when either `overflow-x` or `overflow-y` was visible but the other one was clipping. Fixed in [#30934](https://github.com/cypress-io/cypress/pull/30934).
365+
- Fixed a regression introduced in [14.0.0](#14-0-0) where the incorrect visibility would be returned when either `overflow-x` or `overflow-y` was visible but the other one was clipping. Fixed in [#30934](https://github.com/cypress-io/cypress/pull/30934).
366366
- Fixed an issue where an `option` element would not return the correct visibility if its parent element has a clipping overflow. Fixed in [#30934](https://github.com/cypress-io/cypress/pull/30934).
367367
- Fixed an issue where non-HTMLElement(s) may fail during assertions. Fixes [#30944](https://github.com/cypress-io/cypress/issues/30944).
368368

@@ -1398,7 +1398,7 @@ _Released 06/07/2023_
13981398

13991399
- Upgraded [`find-process`](https://www.npmjs.com/package/find-process) from
14001400
`1.4.1` to `1.4.7` to address this
1401-
[Synk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security
1401+
[Snyk](https://security.snyk.io/vuln/SNYK-JS-FINDPROCESS-1090284) security
14021402
vulnerability. Addressed in
14031403
[#26906](https://github.com/cypress-io/cypress/pull/26906).
14041404
- Upgraded [`firefox-profile`](https://www.npmjs.com/package/firefox-profile)
@@ -2010,7 +2010,7 @@ _Released 1/03/2023_
20102010
[#25036](https://github.com/cypress-io/cypress/pull/25036).
20112011
- Fixed a regression in [10.11.0](#10-11-0) where the mocha test results no
20122012
longer sent the pending boolean to reporters. This caused the
2013-
[`mochaawesome`](https://www.npmjs.com/package/mochawesome) reporter to
2013+
[`mochawesome`](https://www.npmjs.com/package/mochawesome) reporter to
20142014
incorrectly report pending tests as pending and skipped. Fixes
20152015
[#24477](https://github.com/cypress-io/cypress/issues/24477).
20162016
- Fix for regression introduced in [12.1.0](#12-1-0), where

0 commit comments

Comments
 (0)