diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index b9ca785008..b2d5c71151 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -93,7 +93,7 @@ The following consists a list of breaking changes from 2.x: ### Custom Elements - [Custom element checks are now performed during template compilation](/guide/migration/custom-elements-interop.html) -- [Special `is` prop usage is restricted to the reserved `` tag only](/guide/migration/custom-elements-interop.html#customized-built-in-elements) +- [Special `is` attribute usage is restricted to the reserved `` tag only](/guide/migration/custom-elements-interop.html#customized-built-in-elements) ### Other Minor Changes