docs: correct typo in CONTRIBUTING (#27343)

Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
Miles Sitcawich
2023-11-14 10:46:42 -06:00
committed by GitHub
parent 9d9bf25977
commit e308603c3a
+1 -1
View File
@@ -442,7 +442,7 @@ We do not continuously deploy the Cypress binary, so `develop` contains all of t
- Changes has user-facing impact:
- `breaking` - A breaking change that will require a MVB
- `dependency` - A change to a dependency that impact the user
- `deprecation` - A API deprecation notice for users
- `deprecation` - An API deprecation notice for users
- `feat` - A new feature
- `fix` - A bug fix or regression fix.
- `misc` - a misc user-facing change, like a UI update which is not a fix or enhancement to how Cypress works