diff --git a/packages/cypress/src/migrations/update-15-5-0/update-to-cypress-12.ts b/packages/cypress/src/migrations/update-15-5-0/update-to-cypress-12.ts index d8abda8218548..7a0b96961d8f1 100644 --- a/packages/cypress/src/migrations/update-15-5-0/update-to-cypress-12.ts +++ b/packages/cypress/src/migrations/update-15-5-0/update-to-cypress-12.ts @@ -52,7 +52,7 @@ export function updateToCypress12(tree: Tree): GeneratorCallback { } ); - console.warn(stripIndents`Cypress 12 has lots of breaking changes that might subility break your tests. + console.warn(stripIndents`Cypress 12 has lots of breaking changes that might subtly break your tests. This migration marked known issues that need to be manually migrated, but there can still be runtime based errors that were not detected. Please consult the offical Cypress v12 migration guide for more info on these changes and the next steps.